aboutsummaryrefslogtreecommitdiff
path: root/src/ui/new_account.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui/new_account.c')
-rw-r--r--src/ui/new_account.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/ui/new_account.c b/src/ui/new_account.c
index fdc53ff..6642261 100644
--- a/src/ui/new_account.c
+++ b/src/ui/new_account.c
@@ -123,11 +123,6 @@ ui_new_account_dialog_init(MESSENGER_Application *app,
123 gtk_builder_get_object(handle->builder, "new_account_dialog") 123 gtk_builder_get_object(handle->builder, "new_account_dialog")
124 ); 124 );
125 125
126 gtk_window_set_title(
127 GTK_WINDOW(handle->dialog),
128 _("New Account")
129 );
130
131 gtk_window_set_transient_for( 126 gtk_window_set_transient_for(
132 GTK_WINDOW(handle->dialog), 127 GTK_WINDOW(handle->dialog),
133 GTK_WINDOW(app->ui.messenger.main_window) 128 GTK_WINDOW(app->ui.messenger.main_window)