ImagePrint/ImagePrintUI/imageprintapp/src/cpropertiesboxmodel.cpp
changeset 1 ceeb73e410b5
parent 0 d11fb78c4374
child 2 acc370d7f2f6
--- a/ImagePrint/ImagePrintUI/imageprintapp/src/cpropertiesboxmodel.cpp	Thu Dec 17 08:45:53 2009 +0200
+++ b/ImagePrint/ImagePrintUI/imageprintapp/src/cpropertiesboxmodel.cpp	Thu Jan 07 12:46:28 2010 +0200
@@ -236,8 +236,8 @@
     TListBoxEvent aEventType )
     {
     LOG("CPropertiesBoxModel::HandleListBoxEventL START");
- 
-    if ( (aEventType == EEventEnterKeyPressed || aEventType == EEventItemDoubleClicked) &&
+    //Change to EEventItemSingleClicked for Single click event
+    if ( (aEventType == EEventEnterKeyPressed || aEventType == EEventItemSingleClicked ) &&
          aListBox->CurrentItemIndex() != KErrNotFound )
         {
         if( aListBox->CurrentItemIndex() == 0 )