aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook/gui/contact-editor
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2011-01-14 11:55:52 +0800
committerRodrigo Moya <rodrigo@gnome-db.org>2011-06-30 00:41:25 +0800
commit7a49a211783ec81b30a384fdec8c42b52cd2a794 (patch)
tree99238812663748379be6c5e6298b738287deb5a1 /addressbook/gui/contact-editor
parentfc26bbfc63cf5c4a8f3bfe1d792861fe2578d29a (diff)
downloadgsoc2013-evolution-7a49a211783ec81b30a384fdec8c42b52cd2a794.tar
gsoc2013-evolution-7a49a211783ec81b30a384fdec8c42b52cd2a794.tar.gz
gsoc2013-evolution-7a49a211783ec81b30a384fdec8c42b52cd2a794.tar.bz2
gsoc2013-evolution-7a49a211783ec81b30a384fdec8c42b52cd2a794.tar.lz
gsoc2013-evolution-7a49a211783ec81b30a384fdec8c42b52cd2a794.tar.xz
gsoc2013-evolution-7a49a211783ec81b30a384fdec8c42b52cd2a794.tar.zst
gsoc2013-evolution-7a49a211783ec81b30a384fdec8c42b52cd2a794.zip
Dialogs no longer have separators.
Diffstat (limited to 'addressbook/gui/contact-editor')
-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
3 files changed, 1 insertions, 3 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>