diff options
Diffstat (limited to 'src/ui/messenger.h')
-rw-r--r-- | src/ui/messenger.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ui/messenger.h b/src/ui/messenger.h index 4174754..e923964 100644 --- a/src/ui/messenger.h +++ b/src/ui/messenger.h | |||
@@ -67,6 +67,8 @@ typedef struct UI_MESSENGER_Handle | |||
67 | GtkButton *chat_details_button; | 67 | GtkButton *chat_details_button; |
68 | 68 | ||
69 | GtkButton *hide_chat_details_button; | 69 | GtkButton *hide_chat_details_button; |
70 | |||
71 | GtkListBox *messages_listbox; | ||
70 | } UI_MESSENGER_Handle; | 72 | } UI_MESSENGER_Handle; |
71 | 73 | ||
72 | void | 74 | void |