aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook/gui/merging/eab-contact-merging.c
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/merging/eab-contact-merging.c
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/merging/eab-contact-merging.c')
-rw-r--r--addressbook/gui/merging/eab-contact-merging.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/addressbook/gui/merging/eab-contact-merging.c b/addressbook/gui/merging/eab-contact-merging.c
index dd99a12dce..1aababe57a 100644
--- a/addressbook/gui/merging/eab-contact-merging.c
+++ b/addressbook/gui/merging/eab-contact-merging.c
@@ -221,7 +221,7 @@ mergeit (EContactMergingLookup *lookup)
gint row = -1;
gint value = 0, result;
- dialog = (GtkDialog *)(gtk_dialog_new_with_buttons (_("Merge Contact"), NULL, GTK_DIALOG_NO_SEPARATOR, NULL));
+ dialog = (GtkDialog *)(gtk_dialog_new_with_buttons (_("Merge Contact"), NULL, 0, NULL));
gtk_container_set_border_width (GTK_CONTAINER (dialog), 5);
content_area = gtk_dialog_get_content_area (dialog);