r4178 - in trunk/src/target/OM-2007.2/applications/openmoko-dialer2: . src/common

olv at sita.openmoko.org olv at sita.openmoko.org
Fri Mar 7 11:28:13 CET 2008


Author: olv
Date: 2008-03-07 11:28:09 +0100 (Fri, 07 Mar 2008)
New Revision: 4178

Modified:
   trunk/src/target/OM-2007.2/applications/openmoko-dialer2/ChangeLog
   trunk/src/target/OM-2007.2/applications/openmoko-dialer2/src/common/moko-contacts.c
Log:
2008-03-07  Chia-I Wu  <olv at openmoko.com>

	* src/common/moko-contacts.c (moko_contacts_init): Create addressbook
	if none exists.


Modified: trunk/src/target/OM-2007.2/applications/openmoko-dialer2/ChangeLog
===================================================================
--- trunk/src/target/OM-2007.2/applications/openmoko-dialer2/ChangeLog	2008-03-07 01:14:43 UTC (rev 4177)
+++ trunk/src/target/OM-2007.2/applications/openmoko-dialer2/ChangeLog	2008-03-07 10:28:09 UTC (rev 4178)
@@ -1,3 +1,8 @@
+2008-03-07  Chia-I Wu  <olv at openmoko.com>
+
+	* src/common/moko-contacts.c (moko_contacts_init): Create addressbook
+	if none exists.
+
 2008-03-06  Chia-I Wu  <olv at openmoko.com>
 
 	Preliminary support for phonebook.  Sync phonebook from the SIM card

Modified: trunk/src/target/OM-2007.2/applications/openmoko-dialer2/src/common/moko-contacts.c
===================================================================
--- trunk/src/target/OM-2007.2/applications/openmoko-dialer2/src/common/moko-contacts.c	2008-03-07 01:14:43 UTC (rev 4177)
+++ trunk/src/target/OM-2007.2/applications/openmoko-dialer2/src/common/moko-contacts.c	2008-03-07 10:28:09 UTC (rev 4178)
@@ -438,7 +438,7 @@
     g_warning ("Failed to create system book\n");
     return;
   }
-  if (!e_book_open (book, TRUE, NULL))
+  if (!e_book_open (book, FALSE, NULL))
   {
     g_warning ("Failed to open system book\n");
     return;





More information about the commitlog mailing list