diff src/gtkmenutray.h @ 11599:767e3c0c5062

[gaim-migrate @ 13869] Sadrul says this helps the menu tray crash, and see my comment in the file... committer: Tailor Script <tailor@pidgin.im>
author Gary Kramlich <grim@reaperworld.com>
date Mon, 03 Oct 2005 06:39:49 +0000
parents 19941a47405c
children 34ea75bdd0c9
line wrap: on
line diff
--- a/src/gtkmenutray.h	Mon Oct 03 05:54:06 2005 +0000
+++ b/src/gtkmenutray.h	Mon Oct 03 06:39:49 2005 +0000
@@ -39,7 +39,7 @@
 /** A GaimGtkMenuTray */
 struct _GaimGtkMenuTray {
 	GtkMenuItem gparent;					/**< The parent instance */
-	GtkWidget *tray;					/**< The tray */
+	GtkWidget *tray;						/**< The tray */
 };
 
 /** A GaimGtkMenuTrayClass */