diff -r e6e896426eac -r ad0f53516d84 omads/omadsextensions/adapters/bookmark/src/changefinder.cpp --- a/omads/omadsextensions/adapters/bookmark/src/changefinder.cpp Tue Feb 02 00:02:49 2010 +0000 +++ b/omads/omadsextensions/adapters/bookmark/src/changefinder.cpp Fri Feb 19 22:40:37 2010 +0200 @@ -165,12 +165,10 @@ { LOGGER_WRITE("iOldSnapshot->Reset()"); iOldSnapshot->Reset(); + // Write 'null' data to file, + // this removes change history from the file + CloseL(); } - - // Write 'null' data to file, - // this removes change history from the file - CloseL(); - LOGGER_LEAVEFN( "CChangeFinder::ResetL" ); }