[evolution-patches] patch for addressbook 41779



one liner
Index: ChangeLog
===================================================================
RCS file: /cvs/gnome/evolution/addressbook/ChangeLog,v
retrieving revision 1.1389
diff -u -r1.1389 ChangeLog
--- ChangeLog	23 Apr 2003 20:34:35 -0000	1.1389
+++ ChangeLog	24 Apr 2003 23:39:52 -0000
@@ -1,3 +1,10 @@
+2003-04-24  Chris Toshok  <toshok ximian com>
+
+	[ fixes bug #41779 ]
+	* gui/component/e-address-popup.c (mini_wizard_container_add): we
+	don't need to call gtk_widget_destroy on the old child, since
+	gtk_container_remove will unref it for us.
+
 2003-04-23  Chris Toshok  <toshok ximian com>
 
 	[ fixes bug #37351 ]
Index: gui/component/e-address-popup.c
===================================================================
RCS file: /cvs/gnome/evolution/addressbook/gui/component/e-address-popup.c,v
retrieving revision 1.29
diff -u -r1.29 e-address-popup.c
--- gui/component/e-address-popup.c	7 Apr 2003 17:42:48 -0000	1.29
+++ gui/component/e-address-popup.c	24 Apr 2003 23:39:52 -0000
@@ -73,7 +73,6 @@
 		GtkWidget *oldw = (GtkWidget *) iter->data;
 		iter = g_list_next (iter);
 		gtk_container_remove (GTK_CONTAINER (wiz->vbox), oldw);
-		gtk_widget_destroy (oldw);
 	}
 	gtk_container_add (GTK_CONTAINER (wiz->vbox), w);
 }


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]