homescreenapp/hsdomainmodel/src/hscontentservice.cpp
changeset 90 3ac3aaebaee5
parent 81 7dd137878ff8
equal deleted inserted replaced
86:e4f038c420f7 90:3ac3aaebaee5
    96         widget->remove();
    96         widget->remove();
    97         return false;
    97         return false;
    98     }
    98     }
    99     connect(widget,SIGNAL(event_faulted()),SLOT(widgetStartFaulted()));
    99     connect(widget,SIGNAL(event_faulted()),SLOT(widgetStartFaulted()));
   100     mWidgetStartFaulted = false; 
   100     mWidgetStartFaulted = false; 
   101     widget->startWidget(); // synchronous operation
   101     widget->startWidget(false); // synchronous operation
   102     if (mWidgetStartFaulted) {
   102     if (mWidgetStartFaulted) {
   103         // page will destroy widget instance
   103         // page will destroy widget instance
   104         return false;
   104         return false;
   105     }
   105     }
   106     widget->disconnect(this);
   106     widget->disconnect(this);