pidgin: 7f0fe47b: Update the tooltip if the status of the ...

sadrul at pidgin.im sadrul at pidgin.im
Fri Aug 29 07:15:50 EDT 2008


-----------------------------------------------------------------
Revision: 7f0fe47bad322958a9d671f61c02d0d7ec65a950
Ancestor: 69cdb2b9e20a69a98389b47c672718d5be222338
Author: sadrul at pidgin.im
Date: 2008-08-29T11:23:31
Branch: im.pidgin.pidgin
URL: http://d.pidgin.im/viewmtn/revision/info/7f0fe47bad322958a9d671f61c02d0d7ec65a950

Modified files:
        finch/gntblist.c

ChangeLog: 

Update the tooltip if the status of the selected node changes.

-------------- next part --------------
============================================================
--- finch/gntblist.c	111a8ba95e945b3d75b6333ef2783825507f2cc6
+++ finch/gntblist.c	4c3b4a3f9076364d4c790972ba1b29c288efd1b7
@@ -554,6 +554,9 @@ node_update(PurpleBuddyList *list, Purpl
 		else
 			add_node(node, FINCH_GET_DATA(list));
 	}
+	if (ggblist->tnode == node) {
+		draw_tooltip(ggblist);
+	}
 }
 
 static void


More information about the Commits mailing list