calendarui/controller/src/calensettingsstate.cpp
changeset 45 b6db4fd4947b
parent 18 c198609911f9
child 51 0b38fc5b94c6
--- a/calendarui/controller/src/calensettingsstate.cpp	Mon May 03 12:30:32 2010 +0300
+++ b/calendarui/controller/src/calensettingsstate.cpp	Mon Jun 28 15:22:02 2010 +0530
@@ -103,8 +103,8 @@
             }
             break;
         case ECalenMonthView:
+        case ECalenAgendaView:
         case ECalenDayView:
-        case ECalenLandscapeDayView:
         case ECalenStartActiveStep:
             {
             // set previous state to idle
@@ -151,6 +151,11 @@
             ActivateCurrentStateL(aStateMachine);
             }
             break;
+        case ECalenNotifySystemLocaleChanged:
+            {
+            CCalenState::HandleNotificationL( aNotification, aStateMachine );
+            }
+            break;
         default:
             // default is defer all other notifications when we are in setting state
             iOutstandingNotifications.InsertL(aNotification);