diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2011-01-14 11:55:52 +0800 |
---|---|---|
committer | Rodrigo Moya <rodrigo@gnome-db.org> | 2011-06-30 00:41:25 +0800 |
commit | 7a49a211783ec81b30a384fdec8c42b52cd2a794 (patch) | |
tree | 99238812663748379be6c5e6298b738287deb5a1 /e-util | |
parent | fc26bbfc63cf5c4a8f3bfe1d792861fe2578d29a (diff) | |
download | gsoc2013-evolution-7a49a211783ec81b30a384fdec8c42b52cd2a794.tar.gz gsoc2013-evolution-7a49a211783ec81b30a384fdec8c42b52cd2a794.tar.zst gsoc2013-evolution-7a49a211783ec81b30a384fdec8c42b52cd2a794.zip |
Dialogs no longer have separators.
Diffstat (limited to 'e-util')
-rw-r--r-- | e-util/e-config.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/e-util/e-config.c b/e-util/e-config.c index 6646fa17d9..99597e2b05 100644 --- a/e-util/e-config.c +++ b/e-util/e-config.c @@ -1143,8 +1143,7 @@ e_config_create_window (EConfig *emp, GtkWindow *parent, const gchar *title) if (emp->type == E_CONFIG_BOOK) { w = gtk_dialog_new_with_buttons (title, parent, - 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); |