changeset 19476:a0654397cf9b

After deactivating a status, call purple_blist_update_buddy_status() since the buddy's status has changed. I'm not sure if this fixes a bug in pidgin, but it definitely fixes display of contacts after they return from 'mobile' on AIM in Adium (Adium:#6943)
author Evan Schoenberg <evan.s@dreskin.net>
date Mon, 27 Aug 2007 22:01:58 +0000
parents efb2d1b6fa55
children b1e7dfd662fb 82190f18b803
files libpurple/prpl.c
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/libpurple/prpl.c	Mon Aug 27 21:12:09 2007 +0000
+++ b/libpurple/prpl.c	Mon Aug 27 22:01:58 2007 +0000
@@ -200,6 +200,7 @@
 			continue;
 
 		purple_status_set_active(status, FALSE);
+		purple_blist_update_buddy_status(buddy, status);
 	}
 
 	g_slist_free(list);