--- a/ui/viewmanagement/viewmanager/src/glxviewmanager.cpp Wed Aug 18 09:48:53 2010 +0300
+++ b/ui/viewmanagement/viewmanager/src/glxviewmanager.cpp Thu Sep 02 20:26:45 2010 +0300
@@ -73,8 +73,7 @@
void GlxViewManager::handleReadyView()
{
emit actionTriggered( EGlxCmdSetupItem );
- emit applicationReady();
- disconnect(mMainWindow, SIGNAL( viewReady() ), this, SLOT( handleReadyView() ));
+ disconnect( mMainWindow, SIGNAL( viewReady() ), this, SLOT( handleReadyView() ) );
}
void GlxViewManager::setupItems( )