[evolution-patches] patch for addressbook #43179



could be considered the other half of the fix for 43175, but happens
under different circumstances.

Chris
Index: gui/merging/e-card-merging.c
===================================================================
RCS file: /cvs/gnome/evolution/addressbook/gui/merging/e-card-merging.c,v
retrieving revision 1.11
diff -u -r1.11 e-card-merging.c
--- gui/merging/e-card-merging.c	15 May 2003 22:47:53 -0000	1.11
+++ gui/merging/e-card-merging.c	18 May 2003 01:25:38 -0000
@@ -171,7 +171,7 @@
 
 	lookup->op = E_CARD_MERGING_COMMIT;
 	lookup->book = g_object_ref (book);
-	lookup->card = card;
+	lookup->card = g_object_ref (card);
 	lookup->cb = cb;
 	lookup->closure = closure;
 


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