calendarui/controller/src/calensettingsstate.cpp
changeset 49 5de72ea7a065
parent 18 c198609911f9
child 50 579cc610882e
equal deleted inserted replaced
37:360d55486d7f 49:5de72ea7a065
   149             SetCurrentState( aStateMachine, iPreviousState );
   149             SetCurrentState( aStateMachine, iPreviousState );
   150             iOutstandingNotifications.InsertL(aNotification);
   150             iOutstandingNotifications.InsertL(aNotification);
   151             ActivateCurrentStateL(aStateMachine);
   151             ActivateCurrentStateL(aStateMachine);
   152             }
   152             }
   153             break;
   153             break;
       
   154         case ECalenNotifySystemLocaleChanged:
       
   155             {
       
   156             CCalenState::HandleNotificationL( aNotification, aStateMachine );
       
   157             }
       
   158             break;
   154         default:
   159         default:
   155             // default is defer all other notifications when we are in setting state
   160             // default is defer all other notifications when we are in setting state
   156             iOutstandingNotifications.InsertL(aNotification);
   161             iOutstandingNotifications.InsertL(aNotification);
   157             break;
   162             break;
   158         }
   163         }