diff -r 8bfb9186a8b8 -r 4bd5176e1bc8 webengine/widgetbackuprestore/Src/WidgetBackupRestore.cpp --- a/webengine/widgetbackuprestore/Src/WidgetBackupRestore.cpp Tue May 11 17:13:44 2010 +0300 +++ b/webengine/widgetbackuprestore/Src/WidgetBackupRestore.cpp Tue May 25 13:52:38 2010 +0300 @@ -170,7 +170,8 @@ } else { - if ( type == conn::EBURNormal ) + //If iLastType is EBURUnset, do not stop the activescheduler + if ( type == conn::EBURNormal && iLastType != conn::EBURUnset ) { if ( iLastType == conn::EBURBackupFull || iLastType == conn::EBURBackupPartial ) {