summaryrefslogtreecommitdiff
path: root/charpick/properties.c
diff options
context:
space:
mode:
authorinfirit <[email protected]>2014-02-05 00:05:23 +0100
committerinfirit <[email protected]>2014-02-05 00:05:23 +0100
commit2176a84cfbc158f21a92c8c2d1c26922c217e0df (patch)
tree90a65ccceeb8eb5d5efd81bb9600ba7e4213556b /charpick/properties.c
parente07db99e4ab834f562bd1d1234a5827ae5ef4747 (diff)
downloadmate-applets-2176a84cfbc158f21a92c8c2d1c26922c217e0df.tar.bz2
mate-applets-2176a84cfbc158f21a92c8c2d1c26922c217e0df.tar.xz
Remove all calls gtk_dialog_set_has_separator
Also remove the has_separator from the ui files.
Diffstat (limited to 'charpick/properties.c')
-rw-r--r--charpick/properties.c3
1 files changed, 0 insertions, 3 deletions
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",