Changeset 2646
- Timestamp:
- 08/06/07 15:01:32 (6 years ago)
- Location:
- trunk/src/target/OM-2007.2/applications/openmoko-dialer2
- Files:
-
- 2 edited
-
ChangeLog (modified) (1 diff)
-
src/moko-contacts.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/target/OM-2007.2/applications/openmoko-dialer2/ChangeLog
r2645 r2646 1 2007-08-06 Neil J. Patel <njp@o-hand.com> 2 3 * src/moko-contacts.c: (moko_contacts_lookup): 4 Check entry is valid before performing operations on it. 5 1 6 2007-08-06 Neil J. Patel <njp@o-hand.com> 2 7 -
trunk/src/target/OM-2007.2/applications/openmoko-dialer2/src/moko-contacts.c
r2645 r2646 38 38 EBook *book; 39 39 40 GList *contacts;40 List *contacts; 41 41 GList *entries; 42 42 GHashTable *prefixes; … … 90 90 entry = g_hash_table_lookup (priv->prefixes, number); 91 91 92 if ( !GDK_IS_PIXBUF (entry->contact->photo))92 if (entry && !GDK_IS_PIXBUF (entry->contact->photo)) 93 93 moko_contacts_get_photo (contacts, entry->contact); 94 94
Note: See TracChangeset
for help on using the changeset viewer.
