diff -r 3916af29624a -r 7dd137878ff8 homescreenapp/hsdomainmodel/src/hswidgethost.cpp --- a/homescreenapp/hsdomainmodel/src/hswidgethost.cpp Fri Aug 13 14:38:12 2010 +0300 +++ b/homescreenapp/hsdomainmodel/src/hswidgethost.cpp Wed Aug 18 10:33:57 2010 +0300 @@ -55,8 +55,8 @@ */ HsWidgetHost::HsWidgetHost(int databaseId, QObject *parent) : QObject(parent), + mDatabaseId(databaseId), mVisual(new HsWidgetHostVisual), - mDatabaseId(databaseId), mStateMachine(0), mWidget(0), mPage(0),