calendarui/controller/src/calensettingsstate.cpp
changeset 49 5de72ea7a065
parent 18 c198609911f9
child 50 579cc610882e
--- a/calendarui/controller/src/calensettingsstate.cpp	Fri Jun 11 13:37:54 2010 +0300
+++ b/calendarui/controller/src/calensettingsstate.cpp	Wed Jun 23 18:11:28 2010 +0300
@@ -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);