diff src/gtkconv.c @ 11908:34ea75bdd0c9

[gaim-migrate @ 14199] SF Patch #1342714 from Sadrul "This patch enables widgets added to the menutray to show tooltips. The widgets with no X-window cannot have a tooltip, and there's a warning debug message for such cases." committer: Tailor Script <tailor@pidgin.im>
author Richard Laager <rlaager@wiktel.com>
date Sun, 30 Oct 2005 23:14:39 +0000
parents 3ba50c385299
children fe12abd6b879
line wrap: on
line diff
--- a/src/gtkconv.c	Sun Oct 30 23:00:47 2005 +0000
+++ b/src/gtkconv.c	Sun Oct 30 23:14:39 2005 +0000
@@ -2607,7 +2607,8 @@
 	if(gtkwin->menu.typing_icon) {
 		gtk_widget_show(gtkwin->menu.typing_icon);
 		gaim_gtk_menu_tray_append(GAIM_GTK_MENU_TRAY(gtkwin->menu.tray),
-								  gtkwin->menu.typing_icon);
+								  gtkwin->menu.typing_icon,
+								  _("The buddy is typing a message"));
 	}
 }