pidgin/gtkconv.c

changeset 25606
6096de8d7120
parent 24856
e44f55c3f6af
child 25702
41a5336bc2d6
child 25911
f22097dc8413
child 25947
72760f7f3b10
child 26319
b21e248eb4c7
--- a/pidgin/gtkconv.c	Sun Feb 15 21:42:34 2009 +0000
+++ b/pidgin/gtkconv.c	Sun Feb 15 21:44:10 2009 +0000
@@ -1959,6 +1959,9 @@
 	win      = gtkconv->win;
 	curconv = gtk_notebook_get_current_page(GTK_NOTEBOOK(win->notebook));
 
+	/* clear any tooltips */
+	pidgin_tooltip_destroy();
+
 	/* If CTRL was held down... */
 	if (event->state & GDK_CONTROL_MASK) {
 		switch (event->keyval) {

mercurial