aboutsummaryrefslogtreecommitdiff
path: root/src/event.c
diff options
context:
space:
mode:
authorTheJackiMonster <thejackimonster@gmail.com>2022-02-13 21:09:40 +0100
committerTheJackiMonster <thejackimonster@gmail.com>2022-02-13 21:09:40 +0100
commitabc3ef82f55602aed73834880141723f745ad2d2 (patch)
tree8a85d25c31a3e1b8613cd4ed447ff848f0c406f6 /src/event.c
parente06b57b58d500c09986b69180ed539ef8290cda0 (diff)
downloadmessenger-gtk-abc3ef82f55602aed73834880141723f745ad2d2.tar.gz
messenger-gtk-abc3ef82f55602aed73834880141723f745ad2d2.zip
Implemented creation of new accounts with automatic selection
Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>
Diffstat (limited to 'src/event.c')
-rw-r--r--src/event.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/event.c b/src/event.c
index 5409d7b..24b7771 100644
--- a/src/event.c
+++ b/src/event.c
@@ -115,7 +115,7 @@ _iterate_accounts(void *cls,
115 115
116 if ((account == GNUNET_CHAT_get_connected(handle)) || 116 if ((account == GNUNET_CHAT_get_connected(handle)) ||
117 ((app->chat.identity) && (0 == g_strcmp0(app->chat.identity, name)))) 117 ((app->chat.identity) && (0 == g_strcmp0(app->chat.identity, name))))
118 gtk_list_box_select_row(ui->accounts_listbox, row); 118 gtk_widget_activate(GTK_WIDGET(row));
119 119
120 ui_profile_entry_delete(profile); 120 ui_profile_entry_delete(profile);
121 return GNUNET_YES; 121 return GNUNET_YES;