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/plugin-manager | |
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/plugin-manager')
-rw-r--r-- | modules/plugin-manager/evolution-plugin-manager.c | 1 |
1 files changed, 0 insertions, 1 deletions
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); |