diff options
Diffstat (limited to 'src/ui/chats.c')
-rw-r--r-- | src/ui/chats.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/ui/chats.c b/src/ui/chats.c index ddeb5d4..1b472a8 100644 --- a/src/ui/chats.c +++ b/src/ui/chats.c @@ -85,7 +85,7 @@ chats_event(UI_CHATS_Handle *chats, chats->line_index = 0; chats->selected = NULL; - int count = 1; + int count = 3; count += GNUNET_CHAT_iterate_groups( app->chat.handle, @@ -258,4 +258,6 @@ chats_print(UI_CHATS_Handle *chats, ); _chats_print_entry(chats, '+', '\0', "Add chat"); + _chats_print_entry(chats, '+', '\0', "Open lobby"); + _chats_print_entry(chats, '+', '\0', "Enter lobby"); } |