diff options
Diffstat (limited to 'src/ui/new_contact.c')
-rw-r--r-- | src/ui/new_contact.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/ui/new_contact.c b/src/ui/new_contact.c index 0713aa9..8188740 100644 --- a/src/ui/new_contact.c +++ b/src/ui/new_contact.c | |||
@@ -295,11 +295,6 @@ ui_new_contact_dialog_init(MESSENGER_Application *app, | |||
295 | gtk_builder_get_object(handle->builder, "new_contact_dialog") | 295 | gtk_builder_get_object(handle->builder, "new_contact_dialog") |
296 | ); | 296 | ); |
297 | 297 | ||
298 | gtk_window_set_title( | ||
299 | GTK_WINDOW(handle->dialog), | ||
300 | _("New Contact") | ||
301 | ); | ||
302 | |||
303 | gtk_window_set_transient_for( | 298 | gtk_window_set_transient_for( |
304 | GTK_WINDOW(handle->dialog), | 299 | GTK_WINDOW(handle->dialog), |
305 | GTK_WINDOW(app->ui.messenger.main_window) | 300 | GTK_WINDOW(app->ui.messenger.main_window) |