| 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 */ |