pidgin/plugins/xmppconsole/xmppconsole.c

changeset 40197
75ffd76260fc
parent 40043
90446617d967
child 40222
40f2888f85c1
equal deleted inserted replaced
40195:fb4b0ae193c0 40197:75ffd76260fc
29 29
30 #include "gtkutils.h" 30 #include "gtkutils.h"
31 31
32 #include <gdk/gdkkeysyms.h> 32 #include <gdk/gdkkeysyms.h>
33 33
34 #include "gtk3compat.h"
35
36 #define PLUGIN_ID "gtk-xmpp" 34 #define PLUGIN_ID "gtk-xmpp"
37 #define PLUGIN_DOMAIN (g_quark_from_static_string(PLUGIN_ID)) 35 #define PLUGIN_DOMAIN (g_quark_from_static_string(PLUGIN_ID))
38 36
39 typedef struct { 37 typedef struct {
40 PurpleConnection *gc; 38 PurpleConnection *gc;

mercurial