satui/satapp/src/satappview.cpp
changeset 13 e32024264ebb
parent 12 ae8abd0db65c
child 15 d7fc66ccd6fb
--- a/satui/satapp/src/satappview.cpp	Fri Mar 19 09:40:14 2010 +0200
+++ b/satui/satapp/src/satappview.cpp	Fri Apr 16 15:31:58 2010 +0300
@@ -198,14 +198,6 @@
         }
         // connect setup menu item
         connectItem();
-
-        if (mWindow) {
-            //Set the secondary softkey as quit when receiving the
-            //SetUpMenu command
-            TFLOGSTRING("SATAPP: SatAppView::SetUpMenu, \
-                initialize secondary softkey as quit key")
-            mWindow->addSoftKeyAction(Hb::SecondarySoftKey, mSoftKeyQuitAction);
-        }
     }
     TFLOGSTRING("SATAPP: SatAppView::SetUpMenu exit")
 }
@@ -254,8 +246,6 @@
             mSelectListWidget->addItem(aMenuItems.at( i ));
         }
     }
-    // Set Back key
-    setSoftkeyBack();
     // connect selectitem 
     connectItem();
 
@@ -339,20 +329,6 @@
 }
 
 // ----------------------------------------------------------------------------
-// SatAppView::setSoftkeyBack
-// (Set back action).
-// ----------------------------------------------------------------------------
-//
-void SatAppView::setSoftkeyBack()
-{
-    TFLOGSTRING("SATAPP: SatAppView::setSoftkeyBack")
-    if (mWindow && mSoftKeyBackAction) {
-        mWindow->addSoftKeyAction(Hb::SecondarySoftKey, mSoftKeyBackAction);
-    }
-    TFLOGSTRING("SATAPP: SatAppView::setSoftkeyBack Exit")
-}
-
-// ----------------------------------------------------------------------------
 // SatAppView::backButtonClicked
 // (Back action).
 // ----------------------------------------------------------------------------