diff -r bcb43dc84c44 -r 2dac0fdba72b photosgallery/gallery/inc/glxappui.h --- a/photosgallery/gallery/inc/glxappui.h Wed Mar 31 21:31:03 2010 +0300 +++ b/photosgallery/gallery/inc/glxappui.h Wed Apr 14 15:57:24 2010 +0300 @@ -212,6 +212,11 @@ *Timer to check for IAD updates 30 seconds after application startup. */ CPeriodic* iPeriodic ; + + /** + * Flag to filter any spurious EPathChanged event from MPX Collection f/w. + */ + TBool iStateChangeRequested; } ;