[evolution-patches] 60383 birthday backend doesn't correctly open new books



-JP
-- 
JP Rosevear <jpr novell com>
Novell, Inc.
? cal-ref.patch
? config.guess
? config.sub
? contacts-always.patch
? depcomp
? install-sh
? locking.patch
? ltmain.sh
? missing
? mkinstalldirs
? new-cal-ref.patch
? ylwrap
? libecal/e-cal-comp-util.c
? libecal/e-cal-comp-util.h
? libecal/e-cal-comp-util.loT
? libecal/e-cal-comp.c
? libecal/e-cal-comp.h
? libecal/temp.patch
? tests/icalendar
? tests/ecal/test-recur
? tests/ecal/test-torture.sh
Index: ChangeLog
===================================================================
RCS file: /cvs/gnome/evolution-data-server/calendar/ChangeLog,v
retrieving revision 1.432.2.3
diff -u -r1.432.2.3 ChangeLog
--- ChangeLog	15 Mar 2005 01:33:52 -0000	1.432.2.3
+++ ChangeLog	15 Mar 2005 23:15:12 -0000
@@ -1,3 +1,8 @@
+2005-03-15  JP Rosevear  <jpr novell com>
+
+	* backends/contacts/e-cal-backend-contacts.c (book_record_new):
+	force book to open even if it doesn't exist
+
 2005-03-12  Chenthill Palanisamy  <pchenthill novell com>
 
 	* backends/groupwise/e-cal-backend-groupwise.c:
Index: backends/contacts/e-cal-backend-contacts.c
===================================================================
RCS file: /cvs/gnome/evolution-data-server/calendar/backends/contacts/e-cal-backend-contacts.c,v
retrieving revision 1.17
diff -u -r1.17 e-cal-backend-contacts.c
--- backends/contacts/e-cal-backend-contacts.c	24 Feb 2005 10:58:57 -0000	1.17
+++ backends/contacts/e-cal-backend-contacts.c	15 Mar 2005 23:15:13 -0000
@@ -91,7 +91,7 @@
         BookRecord *br;
         
 	book = e_book_new (source, NULL);
-        e_book_open (book, TRUE, NULL);
+        e_book_open (book, FALSE, NULL);
         
         /* Create book view */
         fields = g_list_append (fields, (char*)e_contact_field_name (E_CONTACT_FILE_AS));


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