/dev/tomkiewicz/e2ee: 392b663877fb: E2EE: fix status icon update...
Tomasz Wasilczyk
twasilczyk at pidgin.im
Sat Oct 5 16:44:29 EDT 2013
Changeset: 392b663877fbfdabbac072625b648c4f92905056
Author: Tomasz Wasilczyk <twasilczyk at pidgin.im>
Date: 2013-10-05 22:44 +0200
Branch: default
URL: https://hg.pidgin.im/dev/tomkiewicz/e2ee/rev/392b663877fb
Description:
E2EE: fix status icon update after PurpleConversation switch
diffstat:
pidgin/gtkconv.c | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diffs (15 lines):
diff --git a/pidgin/gtkconv.c b/pidgin/gtkconv.c
--- a/pidgin/gtkconv.c
+++ b/pidgin/gtkconv.c
@@ -8424,8 +8424,9 @@ update_buddy_sign(PurpleBuddy *buddy, co
static void
update_conversation_switched(PurpleConversation *conv)
{
- pidgin_conv_update_fields(conv, PIDGIN_CONV_TAB_ICON | PIDGIN_CONV_SET_TITLE |
- PIDGIN_CONV_MENU | PIDGIN_CONV_BUDDY_ICON);
+ pidgin_conv_update_fields(conv, PIDGIN_CONV_TAB_ICON |
+ PIDGIN_CONV_SET_TITLE | PIDGIN_CONV_MENU |
+ PIDGIN_CONV_BUDDY_ICON | PIDGIN_CONV_E2EE );
}
static void
More information about the Commits
mailing list