summaryrefslogtreecommitdiff
path: root/gtk/gtkfontsel.c
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2010-09-02 09:11:23 -0400
committerMatthias Clasen <mclasen@redhat.com>2010-09-02 09:14:20 -0400
commitd433a606111d89727530f71d7b956ba40655bcbf (patch)
treebefde181b278304e852d5d6c8063a7de78b29b37 /gtk/gtkfontsel.c
parent97cd2500c34fd2419923ec06dc315dd9fd3340d1 (diff)
downloadgtk+-d433a606111d89727530f71d7b956ba40655bcbf.tar.gz
Remove separators from dialogs
It seems more reasonable to remove this feature than to keep fighting off every separator that pops up by accident in a dialog.
Diffstat (limited to 'gtk/gtkfontsel.c')
-rw-r--r--gtk/gtkfontsel.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/gtk/gtkfontsel.c b/gtk/gtkfontsel.c
index f1a509cab1..24331b557c 100644
--- a/gtk/gtkfontsel.c
+++ b/gtk/gtkfontsel.c
@@ -1618,7 +1618,6 @@ gtk_font_selection_dialog_init (GtkFontSelectionDialog *fontseldiag)
content_area = gtk_dialog_get_content_area (dialog);
action_area = gtk_dialog_get_action_area (dialog);
- gtk_dialog_set_has_separator (dialog, FALSE);
gtk_container_set_border_width (GTK_CONTAINER (dialog), 5);
gtk_box_set_spacing (GTK_BOX (content_area), 2); /* 2 * 5 + 2 = 12 */
gtk_container_set_border_width (GTK_CONTAINER (action_area), 5);
@@ -1660,8 +1659,6 @@ gtk_font_selection_dialog_init (GtkFontSelectionDialog *fontseldiag)
_("Font Selection"));
gtk_widget_pop_composite_child ();
-
- _gtk_dialog_set_ignore_separator (dialog, TRUE);
}
/**