diff pidgin/gtkconv.c @ 29668:e0e0cecdcd16

propagate from branch 'im.pidgin.pidgin' (head 53ec2e73334e6dc99c29f0f13b5ebf4700f5a92c) to branch 'im.pidgin.cpw.attention_ui' (head 2ce3177a8ec94edba0f242ea181a9bd0f2655751)
author Marcus Lundblad <ml@update.uu.se>
date Tue, 24 Feb 2009 20:26:34 +0000
parents a0fd6a41d127 33ceb2b708cf
children b98519a42e53
line wrap: on
line diff
--- a/pidgin/gtkconv.c	Fri Feb 06 23:31:35 2009 +0000
+++ b/pidgin/gtkconv.c	Tue Feb 24 20:26:34 2009 +0000
@@ -1973,6 +1973,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) {