diff -r 863223ea6961 -r a0f57508af73 main/glxaiwservicehandler.cpp --- a/main/glxaiwservicehandler.cpp Fri Jun 25 15:41:33 2010 +0530 +++ b/main/glxaiwservicehandler.cpp Sat Jul 10 00:59:39 2010 +0530 @@ -238,6 +238,7 @@ mFSView = GlxViewsFactory::createView(GLX_FULLSCREENVIEW_ID, this); //ownership transfered to view mFSView->setToolBar(toolBar); + mView->deActivate(); mFSView->activate(); mFSView->setModel(mModel); addView(mFSView);