branch | RCL_3 |
changeset 20 | 21239b3bcd78 |
parent 12 | 38571fd2a704 |
child 21 | 9711e452b5e9 |
--- a/calendarui/controller/src/calencontroller.cpp Wed Mar 31 21:29:10 2010 +0300 +++ b/calendarui/controller/src/calencontroller.cpp Wed Apr 14 15:55:57 2010 +0300 @@ -163,7 +163,7 @@ iNotifier = new( ELeave )CCalenNotifier( *this ); // Get an instance of the global data - iGlobalData = CCalenGlobalData::NewL( *iNotifier, iNotifier ); + iGlobalData = CCalenGlobalData::NewL( *iNotifier, iNotifier, iNotifier ); iGlobalData->InitializeGlobalDataL(); RArray<TCalenNotification> notificationArray;