Changeset 1767
- Timestamp:
- 02/19/07 19:22:42 (22 months ago)
- Files:
-
- 1 modified
-
plugins/kdepim/src/kaddrbook.cpp (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
plugins/kdepim/src/kaddrbook.cpp
r1766 r1767 174 174 osync_change_set_hash(change, hash.data()); 175 175 176 // Report entry ... otherwise it gets deleted! 177 osync_hashtable_report(hashtable, uid); 178 176 179 OSyncChangeType changetype = osync_hashtable_get_changetype(hashtable, uid.local8Bit(), hash.data()); 177 180 osync_change_set_changetype(change, changetype); … … 182 185 } 183 186 184 // FIXME: the osync_hashtable_get_deleted reports _EVERYTHING_185 // ... so really everything got deleted... i wonder how this worked for the file-sync plugin.186 /*187 187 int i; 188 188 char **uids = osync_hashtable_get_deleted(hashtable); … … 221 221 } 222 222 g_free(uids); 223 */224 223 225 224 osync_trace(TRACE_EXIT, "%s", __func__);
