pidgin/plugins/xmppconsole.c

changeset 16290
9d1cf09eb60e
parent 15884
4de1981757fc
child 16749
14a3fdc0aed7
equal deleted inserted replaced
16289:d882d31ebe42 16290:9d1cf09eb60e
25 #include "prpl.h" 25 #include "prpl.h"
26 #include "xmlnode.h" 26 #include "xmlnode.h"
27 27
28 #include "gtkimhtml.h" 28 #include "gtkimhtml.h"
29 #if !GTK_CHECK_VERSION(2,4,0) 29 #if !GTK_CHECK_VERSION(2,4,0)
30 #include "purplecombobox.h" 30 #include "pidgincombobox.h"
31 #endif 31 #endif
32 32
33 typedef struct { 33 typedef struct {
34 PurpleConnection *gc; 34 PurpleConnection *gc;
35 GtkWidget *window; 35 GtkWidget *window;

mercurial