aboutsummaryrefslogtreecommitdiff
path: root/src/ui/contacts.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui/contacts.c')
-rw-r--r--src/ui/contacts.c7
1 files changed, 1 insertions, 6 deletions
diff --git a/src/ui/contacts.c b/src/ui/contacts.c
index ad46773..2e3b0ec 100644
--- a/src/ui/contacts.c
+++ b/src/ui/contacts.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
@@ -188,11 +188,6 @@ ui_contacts_dialog_init(MESSENGER_Application *app,
188 gtk_builder_get_object(handle->builder, "contacts_dialog") 188 gtk_builder_get_object(handle->builder, "contacts_dialog")
189 ); 189 );
190 190
191 gtk_window_set_title(
192 GTK_WINDOW(handle->dialog),
193 _("Contacts")
194 );
195
196 gtk_window_set_transient_for( 191 gtk_window_set_transient_for(
197 GTK_WINDOW(handle->dialog), 192 GTK_WINDOW(handle->dialog),
198 GTK_WINDOW(app->ui.messenger.main_window) 193 GTK_WINDOW(app->ui.messenger.main_window)