aboutsummaryrefslogtreecommitdiff
path: root/src/ui/invite_contact.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui/invite_contact.c')
-rw-r--r--src/ui/invite_contact.c7
1 files changed, 1 insertions, 6 deletions
diff --git a/src/ui/invite_contact.c b/src/ui/invite_contact.c
index 8e18860..3afeee0 100644
--- a/src/ui/invite_contact.c
+++ b/src/ui/invite_contact.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
@@ -180,11 +180,6 @@ ui_invite_contact_dialog_init(MESSENGER_Application *app,
180 gtk_builder_get_object(handle->builder, "invite_contact_dialog") 180 gtk_builder_get_object(handle->builder, "invite_contact_dialog")
181 ); 181 );
182 182
183 gtk_window_set_title(
184 GTK_WINDOW(handle->dialog),
185 _("Invite Contact")
186 );
187
188 gtk_window_set_transient_for( 183 gtk_window_set_transient_for(
189 GTK_WINDOW(handle->dialog), 184 GTK_WINDOW(handle->dialog),
190 GTK_WINDOW(app->ui.messenger.main_window) 185 GTK_WINDOW(app->ui.messenger.main_window)