comparison 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
comparison
equal deleted inserted replaced
10358:524674a4f6bb 10359:242b5482910e
67 GtkWidget *window; /**< The window. */ 67 GtkWidget *window; /**< The window. */
68 GtkWidget *notebook; /**< The notebook of conversations. */ 68 GtkWidget *notebook; /**< The notebook of conversations. */
69 69
70 struct 70 struct
71 { 71 {
72 GtkWidget *menubox;
72 GtkWidget *menubar; 73 GtkWidget *menubar;
73 74
74 GtkWidget *view_log; 75 GtkWidget *view_log;
75 76
76 GtkWidget *send_file; 77 GtkWidget *send_file;