branch | RCL_3 |
changeset 107 | 9f95a5546443 |
parent 106 | e4e3998ddda2 |
--- a/skins/AknSkins/srvsrc/aknssrvactivebackupdataclient.cpp Tue Aug 31 16:13:36 2010 +0300 +++ b/skins/AknSkins/srvsrc/aknssrvactivebackupdataclient.cpp Wed Sep 01 12:19:53 2010 +0100 @@ -800,10 +800,11 @@ { // Otherwise, continue reading and writing the file. iRestoreState = ERestoreExpectMoreData; - } - if ( iFileOpenError ) - { - return; + + if ( iFileOpenError ) + { + return; + } } break;