aboutsummaryrefslogtreecommitdiff
path: root/src/ui/chats.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui/chats.c')
-rw-r--r--src/ui/chats.c4
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,
85 chats->line_index = 0; 85 chats->line_index = 0;
86 chats->selected = NULL; 86 chats->selected = NULL;
87 87
88 int count = 1; 88 int count = 3;
89 89
90 count += GNUNET_CHAT_iterate_groups( 90 count += GNUNET_CHAT_iterate_groups(
91 app->chat.handle, 91 app->chat.handle,
@@ -258,4 +258,6 @@ chats_print(UI_CHATS_Handle *chats,
258 ); 258 );
259 259
260 _chats_print_entry(chats, '+', '\0', "Add chat"); 260 _chats_print_entry(chats, '+', '\0', "Add chat");
261 _chats_print_entry(chats, '+', '\0', "Open lobby");
262 _chats_print_entry(chats, '+', '\0', "Enter lobby");
261} 263}