From 05fc0e66fe3b2155182b9d90b0b5c1d0ec08881e Mon Sep 17 00:00:00 2001 From: Stefano Karapetsas Date: Fri, 24 Jan 2014 17:05:46 +0100 Subject: Remove all separator occurrences --- capplets/about-me/eel-alert-dialog.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'capplets/about-me/eel-alert-dialog.c') diff --git a/capplets/about-me/eel-alert-dialog.c b/capplets/about-me/eel-alert-dialog.c index 9efed13f..3fe9197d 100644 --- a/capplets/about-me/eel-alert-dialog.c +++ b/capplets/about-me/eel-alert-dialog.c @@ -356,9 +356,6 @@ eel_alert_dialog_new (GtkWindow *parent, gtk_container_set_border_width (GTK_CONTAINER (dialog), 5); gtk_box_set_spacing (GTK_BOX (gtk_dialog_get_content_area (GTK_DIALOG (dialog))), 14); gtk_window_set_resizable (GTK_WINDOW (dialog), FALSE); -#if !GTK_CHECK_VERSION (3, 0, 0) - gtk_dialog_set_has_separator (dialog, FALSE); -#endif gtk_window_set_title (GTK_WINDOW (dialog), (title != NULL) ? title : ""); -- cgit v1.2.1