diff -r 0bfd55b8504e -r d8eca2b0590d scrsaver/scrsaverplugins/SlideshowPlugin/inc/SlideshowPlugin.h --- a/scrsaver/scrsaverplugins/SlideshowPlugin/inc/SlideshowPlugin.h Tue Apr 27 16:38:49 2010 +0300 +++ b/scrsaver/scrsaverplugins/SlideshowPlugin/inc/SlideshowPlugin.h Tue May 11 16:14:23 2010 +0300 @@ -269,10 +269,7 @@ // Display info TScreensaverDisplayInfo iDi; - - // Plugin state tracking - TInt iState; - + // Resource file offset TInt iResourceOffset; @@ -320,6 +317,9 @@ // Draw count TInt iDrawCount; TBool iTimerUpdated; + + //loading state + TBool iIsLoadFinished; };