# HG changeset patch # User Richard Laager # Date 1134461053 0 # Node ID 572d6d5da418939f8efbb5626d457bd56510f15b # Parent 24beec3e42ad5477ede6c028469d6bbdfacb87e9 [gaim-migrate @ 14786] SF Patch #1379255 from charkins "The clearing of the docklet tooltip was misplaced when patch #1368906 was applied, so that the tooltip text never gets completely cleared. This patch fixes that." committer: Tailor Script diff -r 24beec3e42ad -r 572d6d5da418 plugins/docklet/docklet.c --- a/plugins/docklet/docklet.c Tue Dec 13 01:09:42 2005 +0000 +++ b/plugins/docklet/docklet.c Tue Dec 13 08:04:13 2005 +0000 @@ -165,11 +165,12 @@ ui_ops->set_tooltip(tooltip_text->str); g_string_free(tooltip_text, TRUE); - } else { - ui_ops->set_tooltip(NULL); } g_list_free(convs); + + } else if(ui_ops->set_tooltip) { + ui_ops->set_tooltip(NULL); } /* iterate through all accounts and determine which