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.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/ui/messenger.h b/src/ui/messenger.h
index c23a27d..ef1ae60 100644
--- a/src/ui/messenger.h
+++ b/src/ui/messenger.h
@@ -52,7 +52,7 @@ typedef struct UI_MESSENGER_Handle
52 GtkLabel *profile_key_label; 52 GtkLabel *profile_key_label;
53 53
54 GtkButton *hide_user_details_button; 54 GtkButton *hide_user_details_button;
55 GtkButton *favourites_button; 55 GtkButton *lobby_button;
56 GtkButton *account_details_button; 56 GtkButton *account_details_button;
57 GtkImage *account_details_symbol; 57 GtkImage *account_details_symbol;
58 58
@@ -72,6 +72,8 @@ typedef struct UI_MESSENGER_Handle
72 72
73 GtkStack *chats_stack; 73 GtkStack *chats_stack;
74 GtkWidget *no_chat_box; 74 GtkWidget *no_chat_box;
75
76 gulong accounts_signal;
75} UI_MESSENGER_Handle; 77} UI_MESSENGER_Handle;
76 78
77void 79void