diff options
Diffstat (limited to 'src/ui/chats.h')
-rw-r--r-- | src/ui/chats.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ui/chats.h b/src/ui/chats.h index b355dc7..db4e987 100644 --- a/src/ui/chats.h +++ b/src/ui/chats.h | |||
@@ -33,7 +33,7 @@ | |||
33 | #include <gnunet/gnunet_util_lib.h> | 33 | #include <gnunet/gnunet_util_lib.h> |
34 | 34 | ||
35 | #include "chat_open_dialog.h" | 35 | #include "chat_open_dialog.h" |
36 | 36 | #include "lobby_create_dialog.h" | |
37 | #include "lobby_enter_dialog.h" | 37 | #include "lobby_enter_dialog.h" |
38 | 38 | ||
39 | struct MESSENGER_Application; | 39 | struct MESSENGER_Application; |
@@ -49,7 +49,7 @@ typedef struct UI_CHATS_Handle | |||
49 | struct GNUNET_CHAT_Context *selected; | 49 | struct GNUNET_CHAT_Context *selected; |
50 | 50 | ||
51 | UI_CHAT_OPEN_DIALOG_Handle open_dialog; | 51 | UI_CHAT_OPEN_DIALOG_Handle open_dialog; |
52 | 52 | UI_LOBBY_CREATE_DIALOG_Handle create_dialog; | |
53 | UI_LOBBY_ENTER_DIALOG_Handle enter_dialog; | 53 | UI_LOBBY_ENTER_DIALOG_Handle enter_dialog; |
54 | } UI_CHATS_Handle; | 54 | } UI_CHATS_Handle; |
55 | 55 | ||