From 1986408a1eccdf098ad8d55b552d8e0831ef27fb Mon Sep 17 00:00:00 2001 From: Kjartan Maraas Date: Tue, 3 Jun 2008 18:30:44 +0000 Subject: Use non-deprecated gtk+ api. 2008-06-03 Kjartan Maraas * gui/merging/eab-contact-merging.c: (mergeit): Use non-deprecated gtk+ api. svn path=/trunk/; revision=35583 --- addressbook/gui/merging/eab-contact-merging.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'addressbook/gui') diff --git a/addressbook/gui/merging/eab-contact-merging.c b/addressbook/gui/merging/eab-contact-merging.c index de1d832b53..3cfeb67fbf 100644 --- a/addressbook/gui/merging/eab-contact-merging.c +++ b/addressbook/gui/merging/eab-contact-merging.c @@ -188,7 +188,7 @@ mergeit (EContactMergingLookup *lookup) int value = 0, result; dialog = (GtkDialog *)(gtk_dialog_new_with_buttons (_("Merge Contact"), NULL, GTK_DIALOG_NO_SEPARATOR, NULL)); - gtk_container_border_width (GTK_CONTAINER(dialog), 5); + gtk_container_set_border_width (GTK_CONTAINER(dialog), 5); scrolled_window = gtk_scrolled_window_new (NULL, NULL); gtk_scrolled_window_set_policy (GTK_SCROLLED_WINDOW (scrolled_window), -- cgit v1.2.3