photosgallery/viewframework/views/viewbase/src/glxviewbase.cpp
changeset 4 57d388cc48c1
parent 0 4e91876724a2
child 9 6b87b143d312
equal deleted inserted replaced
3:9a9c174934f5 4:57d388cc48c1
   159     else if ( EAknCmdOpen == aCommand ) 
   159     else if ( EAknCmdOpen == aCommand ) 
   160         {
   160         {
   161         iUiUtility->SetViewNavigationDirection(EGlxNavigationForwards); 
   161         iUiUtility->SetViewNavigationDirection(EGlxNavigationForwards); 
   162         }
   162         }
   163 
   163 
   164     if ( EGlxCmdOptions == aCommand )
   164     if ( EAknSoftkeyOptions == aCommand )
   165         {
   165         {
   166         FetchAttributesL();
   166         FetchAttributesL();
   167         // Open the options menu properly
   167         // Open the options menu properly
   168         ProcessCommandL(EAknSoftkeyOptions);
   168         ProcessCommandL(EAknSoftkeyOptions);
   169         }
   169         }