# HG changeset patch # User Sadrul Habib Chowdhury # Date 1220009011 0 # Node ID e7d85f4fb3fc7e6fef2fa5934d4623745932bed2 # Parent e9eb71dc21af403869635f851913fe856006e526 Update the tooltip if the status of the selected node changes. diff -r e9eb71dc21af -r e7d85f4fb3fc finch/gntblist.c --- 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