calendarui/application/src/main.cpp
changeset 49 5de72ea7a065
parent 26 a949c2543c15
child 50 579cc610882e
--- a/calendarui/application/src/main.cpp	Fri Jun 11 13:37:54 2010 +0300
+++ b/calendarui/application/src/main.cpp	Wed Jun 23 18:11:28 2010 +0300
@@ -42,9 +42,7 @@
 
     //Backup and restore code  need to write here.
 	
-    // Check if calendar is launched thru XQService framework
-    bool isFromServiceFrmwrk = XQServiceUtil::isService();
-    CCalenController *controller = new CCalenController(isFromServiceFrmwrk);
+    CCalenController *controller = new CCalenController();
     
     // Create the Calendar service provider
     CalenServiceProvider service(controller);