aboutsummaryrefslogtreecommitdiff
path: root/src/ui/messenger.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui/messenger.c')
-rw-r--r--src/ui/messenger.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/ui/messenger.c b/src/ui/messenger.c
index 398673c..d0324d0 100644
--- a/src/ui/messenger.c
+++ b/src/ui/messenger.c
@@ -1,6 +1,6 @@
1/* 1/*
2 This file is part of GNUnet. 2 This file is part of GNUnet.
3 Copyright (C) 2021 GNUnet e.V. 3 Copyright (C) 2021--2022 GNUnet e.V.
4 4
5 GNUnet is free software: you can redistribute it and/or modify it 5 GNUnet is free software: you can redistribute it and/or modify it
6 under the terms of the GNU Affero General Public License as published 6 under the terms of the GNU Affero General Public License as published
@@ -88,9 +88,9 @@ handle_accounts_listbox_row_activated(UNUSED GtkListBox* listbox,
88 { 88 {
89 hdy_flap_set_reveal_flap(HDY_FLAP(app->ui.messenger.flap_user_details), FALSE); 89 hdy_flap_set_reveal_flap(HDY_FLAP(app->ui.messenger.flap_user_details), FALSE);
90 90
91 ui_new_profile_dialog_init(app, &(app->ui.new_profile)); 91 ui_new_account_dialog_init(app, &(app->ui.new_account));
92 92
93 gtk_widget_show(GTK_WIDGET(app->ui.new_profile.dialog)); 93 gtk_widget_show(GTK_WIDGET(app->ui.new_account.dialog));
94 return; 94 return;
95 } 95 }
96 96