Changeset 3587
- Timestamp:
- 08/22/08 18:30:01 (3 months ago)
- Files:
-
- 1 modified
-
plugins/syncml/src/syncml_callbacks.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
plugins/syncml/src/syncml_callbacks.c
r3583 r3587 106 106 for (; o; o = o->next) { 107 107 SmlDatabase *database = o->data; 108 g_assert(database->getChangesCtx);109 report_success_on_context(&(database->getChangesCtx));108 if (database->getChangesCtx) 109 report_success_on_context(&(database->getChangesCtx)); 110 110 } 111 111 }
