Changeset 3587

Show
Ignore:
Timestamp:
08/22/08 18:30:01 (3 months ago)
Author:
bellmich
Message:

forgot this file during the last commit (r3586)

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • plugins/syncml/src/syncml_callbacks.c

    r3583 r3587  
    106106                                for (; o; o = o->next) { 
    107107                                        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)); 
    110110                                } 
    111111                        }