[Pidgin] #10542: GG 8.0 support in Pidgin 2.6.x

Pidgin trac at pidgin.im
Tue Apr 13 01:11:02 EDT 2010


#10542: GG 8.0 support in Pidgin 2.6.x
----------------------+-----------------------------------------------------
 Reporter:  kkszysiu  |        Owner:  bartosz  
     Type:  patch     |       Status:  closed   
Milestone:  2.7.0     |    Component:  Gadu-Gadu
  Version:  2.6.2     |   Resolution:  fixed    
 Keywords:  gadu      |  
----------------------+-----------------------------------------------------

Comment(by darkrain42):

 rekkanoryo points out that that crash won't happen as of 2.7.0 on Windows.

 Anyway, instead of matching on "(null)", try changing that loop to look
 like:
 {{{
 if (descr == NULL)
  purple_prpl_got_user_status(purple_connection_get_account(gc),
        from, st, NULL);
 } else {
  purple_debug_info("gg", "descr = %s\n", descr);
  purple_prpl_got_user_status(purple_connection_get_account(gc),
      from, st, "message", descr, NULL);
 }
 }}}

 (and get rid of msg altogether)

 Also, in the future, please file new tickets for patches (just so they can
 be tracked properly)

-- 
Ticket URL: <http://developer.pidgin.im/ticket/10542#comment:56>
Pidgin <http://pidgin.im>
Pidgin


More information about the Tracker mailing list