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

njp at sita.openmoko.org njp at sita.openmoko.org
Mon Aug 6 15:36:26 CEST 2007


Author: njp
Date: 2007-08-06 15:36:25 +0200 (Mon, 06 Aug 2007)
New Revision: 2647

Modified:
   trunk/src/target/OM-2007.2/applications/openmoko-dialer2/ChangeLog
   trunk/src/target/OM-2007.2/applications/openmoko-dialer2/src/moko-contacts.c
Log:
2007-08-06  Neil J. Patel  <njp at o-hand.com>

	* src/moko-contacts.c:
	Fix typo.

Modified: trunk/src/target/OM-2007.2/applications/openmoko-dialer2/ChangeLog
===================================================================
--- trunk/src/target/OM-2007.2/applications/openmoko-dialer2/ChangeLog	2007-08-06 13:01:32 UTC (rev 2646)
+++ trunk/src/target/OM-2007.2/applications/openmoko-dialer2/ChangeLog	2007-08-06 13:36:25 UTC (rev 2647)
@@ -1,5 +1,10 @@
 2007-08-06  Neil J. Patel  <njp at o-hand.com>
 
+	* src/moko-contacts.c:
+	Fix typo.
+
+2007-08-06  Neil J. Patel  <njp at o-hand.com>
+
 	* src/moko-contacts.c: (moko_contacts_lookup):
 	Check entry is valid before performing operations on it.
 

Modified: trunk/src/target/OM-2007.2/applications/openmoko-dialer2/src/moko-contacts.c
===================================================================
--- trunk/src/target/OM-2007.2/applications/openmoko-dialer2/src/moko-contacts.c	2007-08-06 13:01:32 UTC (rev 2646)
+++ trunk/src/target/OM-2007.2/applications/openmoko-dialer2/src/moko-contacts.c	2007-08-06 13:36:25 UTC (rev 2647)
@@ -37,7 +37,7 @@
 {
   EBook      *book;
 
-  List      *contacts;
+  GList      *contacts;
   GList      *entries;
   GHashTable *prefixes;
 };





More information about the commitlog mailing list