r3086 - in trunk/src/target/OM-2007.2/applications/openmoko-dialer2: . src
thomas at sita.openmoko.org
thomas at sita.openmoko.org
Thu Oct 4 18:40:58 CEST 2007
Author: thomas
Date: 2007-10-04 18:40:57 +0200 (Thu, 04 Oct 2007)
New Revision: 3086
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:
* src/moko-contacts.c: (moko_contacts_add_contact): Fix a possible crasher
Modified: trunk/src/target/OM-2007.2/applications/openmoko-dialer2/ChangeLog
===================================================================
--- trunk/src/target/OM-2007.2/applications/openmoko-dialer2/ChangeLog 2007-10-04 16:17:10 UTC (rev 3085)
+++ trunk/src/target/OM-2007.2/applications/openmoko-dialer2/ChangeLog 2007-10-04 16:40:57 UTC (rev 3086)
@@ -1,5 +1,10 @@
2007-10-04 Thomas Wood <thomas at openedhand.com>
+ * src/moko-contacts.c: (moko_contacts_add_contact): Fix a possible
+ crasher
+
+2007-10-04 Thomas Wood <thomas at openedhand.com>
+
Patch by: Roman Moravcik <roman.moravcik at gmail.com>
* src/moko-contacts.c: (moko_contacts_fuzzy_lookup): Fix
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-10-04 16:17:10 UTC (rev 3085)
+++ trunk/src/target/OM-2007.2/applications/openmoko-dialer2/src/moko-contacts.c 2007-10-04 16:40:57 UTC (rev 3086)
@@ -290,7 +290,6 @@
if (params)
entry->desc = g_strdup (params->data);
- entry->desc = g_strdup (params->data);
entry->number = normalize (phone);
entry->contact = m_contact;
More information about the commitlog
mailing list