pidgin/gtkconv.c

changeset 24117
e9d99eb2fc24
parent 24110
e7e4fd750834
child 24118
5a7d28f66d96
child 26117
69b9346d3e48
equal deleted inserted replaced
24116:56d1536da928 24117:e9d99eb2fc24
7368 7368
7369 gtkconv = get_gtkconv_with_contact(purple_buddy_get_contact(buddy)); 7369 gtkconv = get_gtkconv_with_contact(purple_buddy_get_contact(buddy));
7370 if (gtkconv) 7370 if (gtkconv)
7371 { 7371 {
7372 conv = gtkconv->active_conv; 7372 conv = gtkconv->active_conv;
7373 pidgin_conv_update_fields(conv, PIDGIN_CONV_TAB_ICON | PIDGIN_CONV_COLORIZE_TITLE); 7373 pidgin_conv_update_fields(conv, PIDGIN_CONV_TAB_ICON
7374 | PIDGIN_CONV_COLORIZE_TITLE
7375 | PIDGIN_CONV_BUDDY_ICON);
7374 if ((purple_status_is_online(old) ^ purple_status_is_online(newstatus)) != 0) 7376 if ((purple_status_is_online(old) ^ purple_status_is_online(newstatus)) != 0)
7375 pidgin_conv_update_fields(conv, PIDGIN_CONV_MENU); 7377 pidgin_conv_update_fields(conv, PIDGIN_CONV_MENU);
7376 } 7378 }
7377 7379
7378 /* In case a conversation is started after the buddy has signed-on/off */ 7380 /* In case a conversation is started after the buddy has signed-on/off */

mercurial