aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/groupwise-features
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 /plugins/groupwise-features
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 'plugins/groupwise-features')
-rw-r--r--plugins/groupwise-features/proxy-add-dialog.ui1
-rw-r--r--plugins/groupwise-features/proxy-login-dialog.ui1
-rw-r--r--plugins/groupwise-features/share-folder-common.c2
3 files changed, 1 insertions, 3 deletions
diff --git a/plugins/groupwise-features/proxy-add-dialog.ui b/plugins/groupwise-features/proxy-add-dialog.ui
index e1050f4f4f..3aafc15ead 100644
--- a/plugins/groupwise-features/proxy-add-dialog.ui
+++ b/plugins/groupwise-features/proxy-add-dialog.ui
@@ -16,7 +16,6 @@
<property name="type_hint">GDK_WINDOW_TYPE_HINT_DIALOG</property>
<property name="gravity">GDK_GRAVITY_NORTH_WEST</property>
<property name="focus_on_map">True</property>
- <property name="has_separator">True</property>
<child internal-child="vbox">
<object class="GtkVBox" id="dialog-vbox2">
<property name="visible">True</property>
diff --git a/plugins/groupwise-features/proxy-login-dialog.ui b/plugins/groupwise-features/proxy-login-dialog.ui
index a8c33317ca..341c63f832 100644
--- a/plugins/groupwise-features/proxy-login-dialog.ui
+++ b/plugins/groupwise-features/proxy-login-dialog.ui
@@ -16,7 +16,6 @@
<property name="type_hint">GDK_WINDOW_TYPE_HINT_DIALOG</property>
<property name="gravity">GDK_GRAVITY_NORTH_WEST</property>
<property name="focus_on_map">True</property>
- <property name="has_separator">True</property>
<child internal-child="vbox">
<object class="GtkVBox" id="dialog-vbox2">
<property name="visible">True</property>
diff --git a/plugins/groupwise-features/share-folder-common.c b/plugins/groupwise-features/share-folder-common.c
index 4a4e57aa11..790edb4d8a 100644
--- a/plugins/groupwise-features/share-folder-common.c
+++ b/plugins/groupwise-features/share-folder-common.c
@@ -313,7 +313,7 @@ new_folder_response (EMFolderSelector *emfs, gint response, EMFolderTreeModel *m
cnc = get_cnc (store);
users_dialog = gtk_dialog_new_with_buttons (
- _("Users"), NULL, GTK_DIALOG_DESTROY_WITH_PARENT | GTK_DIALOG_NO_SEPARATOR, GTK_STOCK_CANCEL, GTK_RESPONSE_CANCEL,GTK_STOCK_OK, GTK_RESPONSE_OK, NULL);
+ _("Users"), NULL, GTK_DIALOG_DESTROY_WITH_PARENT, GTK_STOCK_CANCEL, GTK_RESPONSE_CANCEL,GTK_STOCK_OK, GTK_RESPONSE_OK, NULL);
w = gtk_label_new_with_mnemonic (_("Enter the users and set permissions"));
gtk_widget_show (w);
content_area = gtk_dialog_get_content_area (GTK_DIALOG (users_dialog));