# HG changeset patch # User Evan Schoenberg # Date 1188252118 0 # Node ID a0654397cf9bc1aa062dd89eacfb35d7af17934a # Parent efb2d1b6fa553a54b6f12576b07d8a8ce22978da 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) diff -r efb2d1b6fa55 -r a0654397cf9b libpurple/prpl.c --- 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);