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 /modules | |
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 'modules')
-rw-r--r-- | modules/addressbook/ldap-config.ui | 1 | ||||
-rw-r--r-- | modules/plugin-manager/evolution-plugin-manager.c | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/modules/addressbook/ldap-config.ui b/modules/addressbook/ldap-config.ui index a82e4689d0..c26cb1e95e 100644 --- a/modules/addressbook/ldap-config.ui +++ b/modules/addressbook/ldap-config.ui @@ -91,7 +91,6 @@ <property name="default_width">320</property> <property name="default_height">200</property> <property name="type_hint">dialog</property> - <property name="has_separator">False</property> <child internal-child="vbox"> <object class="GtkVBox" id="dialog-vbox8"> <property name="visible">True</property> diff --git a/modules/plugin-manager/evolution-plugin-manager.c b/modules/plugin-manager/evolution-plugin-manager.c index 322ac2d1d1..de1df62a5d 100644 --- a/modules/plugin-manager/evolution-plugin-manager.c +++ b/modules/plugin-manager/evolution-plugin-manager.c @@ -256,7 +256,6 @@ action_plugin_manager_cb (GtkAction *action, content_area = gtk_dialog_get_content_area (GTK_DIALOG (dialog)); gtk_window_set_default_size (GTK_WINDOW (dialog), 640, 400); - g_object_set (dialog, "has_separator", FALSE, NULL); gtk_container_set_border_width (GTK_CONTAINER (dialog), 6); hbox = gtk_hbox_new (FALSE, 12); |