widgets/widgetapp/src/WidgetUiWindow.cpp
changeset 27 6297cdf66332
parent 26 cb62a4f66ebe
child 34 220a17280356
equal deleted inserted replaced
26:cb62a4f66ebe 27:6297cdf66332
   579         else
   579         else
   580             {
   580             {
   581             // reset the Right Softkey
   581             // reset the Right Softkey
   582             TRAP_IGNORE(iWidgetUiObserver->UpdateSoftkeyL(EKeyRight,KNullDesC,KDummyCommand,EChangeReasonLoad));
   582             TRAP_IGNORE(iWidgetUiObserver->UpdateSoftkeyL(EKeyRight,KNullDesC,KDummyCommand,EChangeReasonLoad));
   583             }
   583             }
   584 
   584         if (iLeftSoftKeyLabel)
       
   585             {
       
   586             // restore the Left Softkey
       
   587             TRAP_IGNORE(iWidgetUiObserver->UpdateSoftkeyL(EKeyLeft,*iLeftSoftKeyLabel,KDummyCommand,EChangeReasonLoad));
       
   588             }
       
   589         else
       
   590             {
       
   591             // reset the Left Softkey
       
   592             TRAP_IGNORE(iWidgetUiObserver->UpdateSoftkeyL(EKeyLeft,KNullDesC,KDummyCommand,EChangeReasonLoad));
       
   593             }
       
   594         
   585         // restore state
   595         // restore state
   586         if ( !showSoftkeys )
   596         if ( !showSoftkeys )
   587             {
   597             {
   588             CbaGroup()->MakeVisible( EFalse );
   598             CbaGroup()->MakeVisible( EFalse );
   589             }
   599             }