equal
deleted
inserted
replaced
71 } |
71 } |
72 |
72 |
73 void GlxViewManager::handleReadyView() |
73 void GlxViewManager::handleReadyView() |
74 { |
74 { |
75 emit actionTriggered( EGlxCmdSetupItem ); |
75 emit actionTriggered( EGlxCmdSetupItem ); |
76 emit applicationReady(); |
76 disconnect( mMainWindow, SIGNAL( viewReady() ), this, SLOT( handleReadyView() ) ); |
77 disconnect(mMainWindow, SIGNAL( viewReady() ), this, SLOT( handleReadyView() )); |
|
78 } |
77 } |
79 |
78 |
80 void GlxViewManager::setupItems( ) |
79 void GlxViewManager::setupItems( ) |
81 { |
80 { |
82 addBackSoftKeyAction(); |
81 addBackSoftKeyAction(); |