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
committerMatthew Barnes <mbarnes@redhat.com>2011-01-25 23:28:26 +0800
commitba05584de52f5f953eee7e458ebf4d45da5a3319 (patch)
tree253eccdd5ace24903f6200f54593784fdefd9629 /addressbook/gui/merging/eab-contact-merging.c
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 '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);