photosgallery/viewframework/commandhandlers/commoncommandhandlers/src/glxcommandhandlerdelete.cpp
branchRCL_3
changeset 35 420f6808bf21
parent 25 191387a8b767
child 57 ea65f74e6de4
--- a/photosgallery/viewframework/commandhandlers/commoncommandhandlers/src/glxcommandhandlerdelete.cpp	Tue May 25 12:42:31 2010 +0300
+++ b/photosgallery/viewframework/commandhandlers/commoncommandhandlers/src/glxcommandhandlerdelete.cpp	Wed Jun 09 09:41:51 2010 +0300
@@ -89,11 +89,6 @@
 	info.iMinSelectionLength = 1;
 	info.iDisallowSystemItems = aIsContainerList;
 	AddCommandL(info);
-
-	TCommandInfo singleclkinfo(EGlxCmdSingleClickDelete);
-	singleclkinfo.iMinSelectionLength = 1;
-	singleclkinfo.iDisallowSystemItems = aIsContainerList;
-	AddCommandL(singleclkinfo);
 	}
 
 // ---------------------------------------------------------------------------
@@ -246,13 +241,7 @@
 		                                 !fullscreenViewingMode)
             {   
             return ETrue;
-            }
-        
-        if (EGlxCmdSingleClickDelete==aCommandId && 0 == aList.SelectionCount())
-            {
-            return ETrue;
-            }
-        
+            }     
         return EFalse;
         }
 //end of file