aboutsummaryrefslogtreecommitdiff
path: root/src/ui/messenger.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui/messenger.h')
-rw-r--r--src/ui/messenger.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ui/messenger.h b/src/ui/messenger.h
index e16487b..08ea78e 100644
--- a/src/ui/messenger.h
+++ b/src/ui/messenger.h
@@ -36,6 +36,7 @@ typedef struct MESSENGER_Application MESSENGER_Application;
36typedef struct UI_MESSENGER_Handle 36typedef struct UI_MESSENGER_Handle
37{ 37{
38 GList *chat_entries; 38 GList *chat_entries;
39 GHashTable *bindings;
39 40
40 GtkBuilder *builder; 41 GtkBuilder *builder;
41 GtkApplicationWindow *main_window; 42 GtkApplicationWindow *main_window;