mmappcomponents/audiofetcher/src/audiofetcherdialog.cpp
branchCompilerCompatibility
changeset 13 da1f3efa404b
parent 9 bee149131e4b
child 14 05b0d2323768
--- a/mmappcomponents/audiofetcher/src/audiofetcherdialog.cpp	Mon Mar 08 21:44:04 2010 +0000
+++ b/mmappcomponents/audiofetcher/src/audiofetcherdialog.cpp	Sun Mar 14 13:11:48 2010 +0000
@@ -468,13 +468,7 @@
         {
         return;
         }
-    
-    TInt resultCount = iFileHandler->ResultCount();
-    
-    if(resultCount > 0){
-        CEikButtonGroupContainer& dialogCba = ButtonGroupContainer(); 
-        dialogCba.MakeCommandVisible(EAknSoftkeySelect, ETrue);
-    }
+
     iListBox->HandleItemAdditionL();
     iListBox->SetCurrentItemIndex( 0 );    
     DrawNow();    
@@ -563,7 +557,7 @@
     
     switch ( aEventType )
         {
-        case EEventItemDoubleClicked: // fallthrough
+        case EEventItemSingleClicked:   // fallthrough
         case EEventEnterKeyPressed:
             {
             TBool closeDialog = HandleListSelectionL();