From 1600fa4abec583748d1dc8ac60bde4d8984f8460 Mon Sep 17 00:00:00 2001 From: infirit Date: Sat, 17 May 2014 23:53:32 +0200 Subject: Remove all calls to gtk_dialog_set_has_separator --- capplet/gsm-properties-dialog.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'capplet/gsm-properties-dialog.c') diff --git a/capplet/gsm-properties-dialog.c b/capplet/gsm-properties-dialog.c index 193a752..907bb99 100644 --- a/capplet/gsm-properties-dialog.c +++ b/capplet/gsm-properties-dialog.c @@ -778,9 +778,6 @@ gsm_properties_dialog_init (GsmPropertiesDialog *dialog) gtk_window_set_resizable (GTK_WINDOW (dialog), TRUE); gtk_container_set_border_width (GTK_CONTAINER (dialog), 6); gtk_box_set_spacing (GTK_BOX (content_area), 2); -#if !GTK_CHECK_VERSION (3, 0, 0) - gtk_dialog_set_has_separator (GTK_DIALOG (dialog), FALSE); -#endif gtk_window_set_icon_name (GTK_WINDOW (dialog), "mate-session-properties"); gtk_window_set_title (GTK_WINDOW (dialog), _("Startup Applications Preferences")); } -- cgit v1.2.1