comparison src/gtkconv.h @ 7996:334ab1319406

[gaim-migrate @ 8673] Robot101 fixed a few things with our chat buttons. Chat button prefs should now automatically apply to the add button. The order should stay consistent. Some nearly duplicate code was removed. Robot101 wins a panda. committer: Tailor Script <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Sun, 04 Jan 2004 22:11:17 +0000
parents 68f70cf074d0
children fa6395637e2c
comparison
equal deleted inserted replaced
7995:87d3260f961a 7996:334ab1319406
115 { 115 {
116 GtkWidget *count; 116 GtkWidget *count;
117 GtkWidget *list; 117 GtkWidget *list;
118 GtkWidget *invite; 118 GtkWidget *invite;
119 GtkWidget *topic_text; 119 GtkWidget *topic_text;
120 GtkWidget *sep;
120 }; 121 };
121 122
122 /** 123 /**
123 * A GTK+ conversation pane. 124 * A GTK+ conversation pane.
124 */ 125 */