diff finch/gntblist.c @ 16792:d0f9b2b217cf

Fix context menu unusualness in the buddylist.
author Sadrul Habib Chowdhury <imadil@gmail.com>
date Wed, 02 May 2007 15:38:14 +0000
parents d7ad8013b914
children e79555933fc6
line wrap: on
line diff
--- a/finch/gntblist.c	Wed May 02 14:27:45 2007 +0000
+++ b/finch/gntblist.c	Wed May 02 15:38:14 2007 +0000
@@ -1421,6 +1421,7 @@
 static void
 selection_changed(GntWidget *widget, gpointer old, gpointer current, FinchBlist *ggblist)
 {
+	remove_peripherals(ggblist);
 	draw_tooltip(ggblist);
 }