aboutsummaryrefslogtreecommitdiffstats
path: root/shell
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2011-01-14 11:55:52 +0800
committerMatthew Barnes <mbarnes@redhat.com>2011-01-25 23:28:26 +0800
commitba05584de52f5f953eee7e458ebf4d45da5a3319 (patch)
tree253eccdd5ace24903f6200f54593784fdefd9629 /shell
parent19bc6fd37009cdbf99ed9f5d15714a416af51654 (diff)
downloadgsoc2013-evolution-ba05584de52f5f953eee7e458ebf4d45da5a3319.tar
gsoc2013-evolution-ba05584de52f5f953eee7e458ebf4d45da5a3319.tar.gz
gsoc2013-evolution-ba05584de52f5f953eee7e458ebf4d45da5a3319.tar.bz2
gsoc2013-evolution-ba05584de52f5f953eee7e458ebf4d45da5a3319.tar.lz
gsoc2013-evolution-ba05584de52f5f953eee7e458ebf4d45da5a3319.tar.xz
gsoc2013-evolution-ba05584de52f5f953eee7e458ebf4d45da5a3319.tar.zst
gsoc2013-evolution-ba05584de52f5f953eee7e458ebf4d45da5a3319.zip
Dialogs no longer have separators.
Diffstat (limited to 'shell')
-rw-r--r--shell/e-shell-content.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/shell/e-shell-content.c b/shell/e-shell-content.c
index 6af94ddc37..38b62738be 100644
--- a/shell/e-shell-content.c
+++ b/shell/e-shell-content.c
@@ -611,7 +611,7 @@ e_shell_content_run_advanced_search_dialog (EShellContent *shell_content)
dialog = gtk_dialog_new_with_buttons (
_("Advanced Search"), GTK_WINDOW (shell_window),
- GTK_DIALOG_DESTROY_WITH_PARENT | GTK_DIALOG_NO_SEPARATOR,
+ GTK_DIALOG_DESTROY_WITH_PARENT,
GTK_STOCK_CANCEL, GTK_RESPONSE_CANCEL,
GTK_STOCK_SAVE, GTK_RESPONSE_APPLY,
GTK_STOCK_OK, GTK_RESPONSE_OK, NULL);
@@ -715,7 +715,7 @@ e_shell_content_run_save_search_dialog (EShellContent *shell_content)
dialog = gtk_dialog_new_with_buttons (
_("Save Search"), GTK_WINDOW (shell_window),
- GTK_DIALOG_DESTROY_WITH_PARENT | GTK_DIALOG_NO_SEPARATOR,
+ GTK_DIALOG_DESTROY_WITH_PARENT,
GTK_STOCK_CANCEL, GTK_RESPONSE_CANCEL,
GTK_STOCK_OK, GTK_RESPONSE_OK, NULL);