aboutsummaryrefslogtreecommitdiff
path: root/src/ui/accounts.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui/accounts.h')
-rw-r--r--src/ui/accounts.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ui/accounts.h b/src/ui/accounts.h
index 6a098d8..c8a8549 100644
--- a/src/ui/accounts.h
+++ b/src/ui/accounts.h
@@ -26,11 +26,11 @@
26#define UI_ACCOUNTS_H_ 26#define UI_ACCOUNTS_H_
27 27
28#include "messenger.h" 28#include "messenger.h"
29#include "../bindings.h"
29 30
30typedef struct UI_ACCOUNTS_Handle 31typedef struct UI_ACCOUNTS_Handle
31{ 32{
32 GList *account_entries; 33 MESSENGER_Bindings *bindings;
33 GHashTable *bindings;
34 guint show_queued; 34 guint show_queued;
35 35
36 GtkBuilder *builder; 36 GtkBuilder *builder;