diff options
Diffstat (limited to 'src/ui/messenger.h')
-rw-r--r-- | src/ui/messenger.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/ui/messenger.h b/src/ui/messenger.h index 2bb8d8b..b309dea 100644 --- a/src/ui/messenger.h +++ b/src/ui/messenger.h | |||
@@ -64,6 +64,9 @@ struct UI_MESSENGER_Handle | |||
64 | 64 | ||
65 | GtkLabel *chat_title; | 65 | GtkLabel *chat_title; |
66 | GtkLabel *chat_subtitle; | 66 | GtkLabel *chat_subtitle; |
67 | GtkButton *chat_details_button; | ||
68 | |||
69 | GtkButton *hide_chat_details_button; | ||
67 | }; | 70 | }; |
68 | 71 | ||
69 | void | 72 | void |