pidgin: 634c9cc5: kevin_BB on irc was reporting that doing...
khc at pidgin.im
khc at pidgin.im
Tue Jul 21 00:30:32 EDT 2009
-----------------------------------------------------------------
Revision: 634c9cc535f126dc9579bb5f790e77356d55261a
Ancestor: 5a9bc2484cf71a19b7299f25f624cadd66341e7b
Author: khc at pidgin.im
Date: 2009-07-21T04:24:46
Branch: im.pidgin.pidgin
URL: http://d.pidgin.im/viewmtn/revision/info/634c9cc535f126dc9579bb5f790e77356d55261a
Modified files:
libpurple/protocols/yahoo/libymsg.c
ChangeLog:
kevin_BB on irc was reporting that doing things on connect didn't work,
and this is why
-------------- next part --------------
============================================================
--- libpurple/protocols/yahoo/libymsg.c 0a5f17d99b91776d345a0c44d0c0b1bc9aa574e7
+++ libpurple/protocols/yahoo/libymsg.c 3972ef02a147541b50f21951912499c2f31b087e
@@ -579,14 +579,14 @@ static void yahoo_process_list_15(Purple
/* Now that we have processed the buddy list, we can say yahoo has connected */
purple_connection_set_display_name(gc, purple_normalize(account, purple_account_get_username(account)));
- purple_connection_set_state(gc, PURPLE_CONNECTED);
yd->logged_in = TRUE;
+ purple_debug_info("yahoo","Authentication: Connection established\n");
+ purple_connection_set_state(gc, PURPLE_CONNECTED);
if (yd->picture_upload_todo) {
yahoo_buddy_icon_upload(gc, yd->picture_upload_todo);
yd->picture_upload_todo = NULL;
}
yahoo_set_status(account, purple_account_get_active_status(account));
- purple_debug_info("yahoo","Authentication: Connection established\n");
g_hash_table_destroy(ht);
g_free(norm_bud);
More information about the Commits
mailing list