/deskutils/autocutsel/

n='2'>cgit logo index : gsoc2013-evolution
Google Summer of Code 2013 - GNOME - Archive Integration workspace
aboutsummaryrefslogtreecommitdiffstats
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
parent19bc6fd37009cdbf99ed9f5d15714a416af51654 (diff)
downloadgsoc2013-evolution-ba05584de52f5f953eee7e458ebf4d45da5a3319.tar.gz
gsoc2013-evolution-ba05584de52f5f953eee7e458ebf4d45da5a3319.tar.zst
gsoc2013-evolution-ba05584de52f5f953eee7e458ebf4d45da5a3319.zip
Dialogs no longer have separators.
Diffstat
-rw-r--r--addressbook/gui/contact-editor/contact-editor.ui1
-rw-r--r--addressbook/gui/contact-editor/e-contact-quick-add.c2
-rw-r--r--addressbook/gui/contact-editor/fullname.ui1
-rw-r--r--addressbook/gui/contact-list-editor/contact-list-editor.ui1
-rw-r--r--addressbook/gui/merging/eab-contact-commit-duplicate-detected.ui1
-rw-r--r--addressbook/gui/merging/eab-contact-duplicate-detected.ui1
-rw-r--r--addressbook/gui/merging/eab-contact-merging.c2
-rw-r--r--calendar/gui/alarm-notify/alarm-notify.ui1
-rw-r--r--calendar/gui/dialogs/alarm-dialog.ui1
-rw-r--r--calendar/gui/dialogs/alarm-list-dialog.ui1
-rw-r--r--calendar/gui/dialogs/e-delegate-dialog.ui1
-rw-r--r--calendar/gui/dialogs/event-page.ui1
-rw-r--r--calendar/gui/goto-dialog.ui1
-rw-r--r--e-util/e-config.c3
-rw-r--r--mail/em-folder-properties.c2
-rw-r--r--mail/mail-send-recv.c3
-rw-r--r--modules/addressbook/ldap-config.ui1
-rw-r--r--modules/plugin-manager/evolution-plugin-manager.c1
-rw-r--r--plugins/caldav/caldav-browse-server.c2
-rw-r--r--plugins/email-custom-header/org-gnome-email-custom-header.ui1
-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
-rw-r--r--shell/e-shell-content.c4
-rw-r--r--smime/gui/smime-ui.ui3
-rw-r--r--widgets/e-timezone-dialog/e-timezone-dialog.ui1
-rw-r--r--widgets/menus/gal-view-new-dialog.ui1
-rw-r--r--widgets/misc/e-send-options.ui1
28 files changed, 9 insertions, 33 deletions
diff --git a/addressbook/gui/contact-editor/contact-editor.ui b/addressbook/gui/contact-editor/contact-editor.ui
index 88c90c1c31..668fa63ab6 100644
--- a/addressbook/gui/contact-editor/contact-editor.ui
+++ b/addressbook/gui/contact-editor/contact-editor.ui
@@ -69,7 +69,6 @@
<property name="title" translatable="yes">Contact Editor</property>
<property name="window_position">center</property>
<property name="type_hint">dialog</property>
- <property name="has_separator">False</property>
<child internal-child="vbox">
<object class="GtkVBox" id="dialog-vbox1">
<property name="visible">True</property>
diff --git a/addressbook/gui/contact-editor/e-contact-quick-add.c b/addressbook/gui/contact-editor/e-contact-quick-add.c
index ca4fb6f01b..4ddca1b003 100644
--- a/addressbook/gui/contact-editor/e-contact-quick-add.c
+++ b/addressbook/gui/contact-editor/e-contact-quick-add.c
@@ -387,7 +387,7 @@ build_quick_add_dialog (QuickAdd *qa)
dialog = gtk_dialog_new_with_buttons (
_("Contact Quick-Add"),
e_shell_get_active_window (NULL),
- GTK_DIALOG_NO_SEPARATOR,
+ 0,
_("_Edit Full"), QUICK_ADD_RESPONSE_EDIT_FULL,
GTK_STOCK_CANCEL, GTK_RESPONSE_CANCEL,
GTK_STOCK_OK, GTK_RESPONSE_OK,
diff --git a/addressbook/gui/contact-editor/fullname.ui b/addressbook/gui/contact-editor/fullname.ui
index 62e45250e2..47cfde5d2e 100644
--- a/addressbook/gui/contact-editor/fullname.ui
+++ b/addressbook/gui/contact-editor/fullname.ui
@@ -68,7 +68,6 @@
<property name="gravity">GDK_GRAVITY_NORTH_WEST</property>
<property name="focus_on_map">True</property>
<property name="urgency_hint">False</property>
- <property name="has_separator">False</property>
<child internal-child="vbox">
<object class="GtkVBox" id="vbox-container">
<property name="visible">True</property>
diff --git a/addressbook/gui/contact-list-editor/contact-list-editor.ui b/addressbook/gui/contact-list-editor/contact-list-editor.ui
index f8c94e6b1b..31bc2fc1a6 100644
--- a/addressbook/gui/contact-list-editor/contact-list-editor.ui
+++ b/addressbook/gui/contact-list-editor/contact-list-editor.ui