diff -r 984e13af52c4 -r fc7b30ed2058 cmmanager/cmmgr/Framework/Src/uncatdlg.cpp --- a/cmmanager/cmmgr/Framework/Src/uncatdlg.cpp Thu Jul 15 19:05:04 2010 +0300 +++ b/cmmanager/cmmgr/Framework/Src/uncatdlg.cpp Thu Aug 19 10:18:49 2010 +0300 @@ -200,7 +200,7 @@ TInt selected = iListbox->CurrentItemIndex(); TInt noi = iListbox->Model()->NumberOfItems(); // If it is the last then the previous will be selected. - if( selected == noi-1 ) + if( ( selected == noi-1 ) && ( selected > 0 )) { selected--; }