diff -r ccee5c4b0de4 -r 45459746d5e8 ui/commandhandlers/commandhandlerbase/inc/glxmpxcommandhandler.h --- a/ui/commandhandlers/commandhandlerbase/inc/glxmpxcommandhandler.h Mon Sep 20 12:39:08 2010 +0530 +++ b/ui/commandhandlers/commandhandlerbase/inc/glxmpxcommandhandler.h Mon Sep 27 15:13:20 2010 +0530 @@ -96,6 +96,8 @@ void CreateMediaListL(int aCollectionId, int aHierarchyId, TGlxFilterItemType aFilterType) ; void CreateMediaListAlbumItemL(int aCollectionId, int aHierarchyId, TGlxFilterItemType aFilterType); void executeMpxCommand(bool execute); +protected: + mutable bool iIsCmdActive; private: // Instance of Media List MGlxMediaList* iMediaList;