[Pidgin] #10542: GG 8.0 support in Pidgin 2.6.x
Pidgin
trac at pidgin.im
Mon Apr 12 17:06:37 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 kkszysiu):
Another patch. Well a bit screwed up. Why? Because I don't understand why
I got (null) instead of NULL in msg and I needed to use something like
that:
if(strcmp(msg, "(null)") == 0) {
purple_prpl_got_user_status(purple_connection_get_account(gc),
from, st, NULL);
} else {
purple_debug_info("gg", "descr = %s\n", msg);
purple_prpl_got_user_status(purple_connection_get_account(gc),
from, st, "message", msg, NULL);
}
Could anyone help me with investigate it? :P
--
Ticket URL: <http://developer.pidgin.im/ticket/10542#comment:54>
Pidgin <http://pidgin.im>
Pidgin
More information about the Tracker
mailing list