evolution r35583 - in trunk/addressbook: . gui/merging
- From: kmaraas svn gnome org
 
- To: svn-commits-list gnome org
 
- Subject: evolution r35583 - in trunk/addressbook: . gui/merging
 
- Date: Tue,  3 Jun 2008 18:30:44 +0000 (UTC)
 
Author: kmaraas
Date: Tue Jun  3 18:30:44 2008
New Revision: 35583
URL: http://svn.gnome.org/viewvc/evolution?rev=35583&view=rev
Log:
2008-06-03  Kjartan Maraas  <kmaraas gnome org>
	* gui/merging/eab-contact-merging.c: (mergeit):
	Use non-deprecated gtk+ api.
Modified:
   trunk/addressbook/ChangeLog
   trunk/addressbook/gui/merging/eab-contact-merging.c
Modified: trunk/addressbook/gui/merging/eab-contact-merging.c
==============================================================================
--- trunk/addressbook/gui/merging/eab-contact-merging.c	(original)
+++ trunk/addressbook/gui/merging/eab-contact-merging.c	Tue Jun  3 18:30:44 2008
@@ -188,7 +188,7 @@
 	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),
[
Date Prev][
Date Next]   [
Thread Prev][
Thread Next]   
[
Thread Index]
[
Date Index]
[
Author Index]