phonebookui/pbkcommonui/src/cntbaseselectionview.cpp
changeset 59 a642906a277a
parent 46 efe85016a067
child 61 d30183af6ca6
--- a/phonebookui/pbkcommonui/src/cntbaseselectionview.cpp	Tue Jul 06 14:05:47 2010 +0300
+++ b/phonebookui/pbkcommonui/src/cntbaseselectionview.cpp	Wed Aug 18 09:39:00 2010 +0300
@@ -52,7 +52,7 @@
     indexFeedback->setItemView(mListView);
     
     mSoftkey = new HbAction(Hb::BackNaviAction, mView);
-    connect( mSoftkey, SIGNAL(triggered()), this, SLOT(closeView()) );
+    connect( mSoftkey, SIGNAL(triggered()), this, SIGNAL(viewClosed()) );
 }
 
 CntBaseSelectionView::~CntBaseSelectionView()
@@ -105,12 +105,4 @@
     return mView;
 }
 
-void CntBaseSelectionView::closeView()
-{
-    emit viewClosed();
-    
-    CntViewParameters args;
-    mMgr->back( args );
-}
-
 // EOF