Changeset 3433
- Timestamp:
- 02/27/08 11:26:58
- Files:
-
- trunk/libtinymail-maemo/tny-maemo-account-store.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/libtinymail-maemo/tny-maemo-account-store.c
r3385 r3433 155 155 156 156 gchar *key = entry->key ? g_strdup (entry->key) : g_strdup (""); 157 gchar *ptr = strrchr (key, '/'); 158 159 if (ptr) 157 gchar *ptr = strrchr (key, '/'); 158 159 if (ptr) { 160 160 ptr++; 161 162 if (!strcmp (ptr, "count"))163 kill_stored_accounts (priv);161 if (!strcmp (ptr, "count")) 162 kill_stored_accounts (priv); 163 } 164 164 165 165 g_free (key);
