diff src/gtkconv.h @ 10359:242b5482910e

[gaim-migrate @ 11577] leak & compile warning fixes, and death-to-extra-typing-notification-pixels from Gary. I noticed we were installing core header files twice, so now we don't. committer: Tailor Script <tailor@pidgin.im>
author Stu Tomlinson <stu@nosnilmot.com>
date Mon, 13 Dec 2004 14:58:33 +0000
parents 393750603513
children d23802800eeb
line wrap: on
line diff
--- a/src/gtkconv.h	Mon Dec 13 06:29:45 2004 +0000
+++ b/src/gtkconv.h	Mon Dec 13 14:58:33 2004 +0000
@@ -69,6 +69,7 @@
 
 	struct
 	{
+		GtkWidget *menubox;
 		GtkWidget *menubar;
 
 		GtkWidget *view_log;