From 2176a84cfbc158f21a92c8c2d1c26922c217e0df Mon Sep 17 00:00:00 2001 From: infirit Date: Wed, 5 Feb 2014 00:05:23 +0100 Subject: Remove all calls gtk_dialog_set_has_separator Also remove the has_separator from the ui files. --- charpick/properties.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'charpick') diff --git a/charpick/properties.c b/charpick/properties.c index 80bea55c..8038af58 100644 --- a/charpick/properties.c +++ b/charpick/properties.c @@ -549,9 +549,6 @@ show_preferences_dialog (GtkAction *action, gtk_container_set_border_width (GTK_CONTAINER (curr_data->propwindow), 5); gtk_box_set_spacing (GTK_BOX (gtk_dialog_get_content_area(GTK_DIALOG (curr_data->propwindow))), 2); gtk_dialog_set_default_response (GTK_DIALOG (curr_data->propwindow), GTK_RESPONSE_CLOSE); -#if !GTK_CHECK_VERSION (3, 0, 0) - gtk_dialog_set_has_separator (GTK_DIALOG (curr_data->propwindow), FALSE); -#endif default_chars_frame_create(curr_data); g_signal_connect (G_OBJECT (curr_data->propwindow), "response", -- cgit v1.2.1