aboutsummaryrefslogtreecommitdiffstats
path: root/shell
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2011-01-14 11:55:52 +0800
committerRodrigo Moya <rodrigo@gnome-db.org>2011-06-30 00:41:25 +0800
commit7a49a211783ec81b30a384fdec8c42b52cd2a794 (patch)
tree99238812663748379be6c5e6298b738287deb5a1 /shell
parentfc26bbfc63cf5c4a8f3bfe1d792861fe2578d29a (diff)
downloadgsoc2013-evolution-7a49a211783ec81b30a384fdec8c42b52cd2a794.tar
gsoc2013-evolution-7a49a211783ec81b30a384fdec8c42b52cd2a794.tar.gz
gsoc2013-evolution-7a49a211783ec81b30a384fdec8c42b52cd2a794.tar.bz2
gsoc2013-evolution-7a49a211783ec81b30a384fdec8c42b52cd2a794.tar.lz
gsoc2013-evolution-7a49a211783ec81b30a384fdec8c42b52cd2a794.tar.xz
gsoc2013-evolution-7a49a211783ec81b30a384fdec8c42b52cd2a794.tar.zst
gsoc2013-evolution-7a49a211783ec81b30a384fdec8c42b52cd2a794.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);