changeset 23931:e7d85f4fb3fc

Update the tooltip if the status of the selected node changes.
author Sadrul Habib Chowdhury <imadil@gmail.com>
date Fri, 29 Aug 2008 11:23:31 +0000
parents e9eb71dc21af
children 5e51360bb22c
files finch/gntblist.c
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/finch/gntblist.c	Thu Aug 28 09:20:22 2008 +0000
+++ b/finch/gntblist.c	Fri Aug 29 11:23:31 2008 +0000
@@ -554,6 +554,9 @@
 		else
 			add_node(node, FINCH_GET_DATA(list));
 	}
+	if (ggblist->tnode == node) {
+		draw_tooltip(ggblist);
+	}
 }
 
 static void