homescreenapp/hsdomainmodel/src/hscontentservice.cpp
changeset 90 3ac3aaebaee5
parent 81 7dd137878ff8
--- a/homescreenapp/hsdomainmodel/src/hscontentservice.cpp	Mon Sep 13 13:03:23 2010 +0300
+++ b/homescreenapp/hsdomainmodel/src/hscontentservice.cpp	Mon Sep 20 10:19:07 2010 +0300
@@ -98,7 +98,7 @@
     }
     connect(widget,SIGNAL(event_faulted()),SLOT(widgetStartFaulted()));
     mWidgetStartFaulted = false; 
-    widget->startWidget(); // synchronous operation
+    widget->startWidget(false); // synchronous operation
     if (mWidgetStartFaulted) {
         // page will destroy widget instance
         return false;