diff options
author | Matthias Clasen <mclasen@redhat.com> | 2010-09-02 09:11:23 -0400 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2010-09-02 09:14:20 -0400 |
commit | d433a606111d89727530f71d7b956ba40655bcbf (patch) | |
tree | befde181b278304e852d5d6c8063a7de78b29b37 /gtk/gtkfilechooserdialog.c | |
parent | 97cd2500c34fd2419923ec06dc315dd9fd3340d1 (diff) | |
download | gtk+-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/gtkfilechooserdialog.c')
-rw-r--r-- | gtk/gtkfilechooserdialog.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gtk/gtkfilechooserdialog.c b/gtk/gtkfilechooserdialog.c index 246f10310d..06818c8c09 100644 --- a/gtk/gtkfilechooserdialog.c +++ b/gtk/gtkfilechooserdialog.c @@ -92,7 +92,6 @@ gtk_file_chooser_dialog_init (GtkFileChooserDialog *dialog) content_area = gtk_dialog_get_content_area (fc_dialog); action_area = gtk_dialog_get_action_area (fc_dialog); - gtk_dialog_set_has_separator (fc_dialog, FALSE); gtk_container_set_border_width (GTK_CONTAINER (fc_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); |