diff -r d11fb78c4374 -r ceeb73e410b5 ImagePrint/ImagePrintUI/imageprintapp/src/cpropertiesboxmodel.cpp --- 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 )