Changeset 2443

Show
Ignore:
Timestamp:
08/15/07 09:45:03 (1 year ago)
Author:
paule
Message:

Set changed flag at commit stage so that changes are actually written on the Opie side

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • plugins/opie-sync/src/opie_sync.c

    r2442 r2443  
    483483        } 
    484484 
     485        /* Flag document as changed */ 
     486        env->doc->_private = 0; 
     487 
     488        if(change_doc) 
     489                xmlFreeDoc(change_doc); 
     490 
    485491        osync_hashtable_update_hash(env->hashtable, osync_change_get_changetype(change), osync_change_get_uid(change), hash); 
    486492