mediasettings/mediasettingsapp/src/MPSettingsAppUi.cpp
branchRCL_3
changeset 14 8970fbd719ec
parent 10 ce5ada96ab30
--- a/mediasettings/mediasettingsapp/src/MPSettingsAppUi.cpp	Wed Mar 31 21:34:36 2010 +0300
+++ b/mediasettings/mediasettingsapp/src/MPSettingsAppUi.cpp	Wed Apr 14 15:59:50 2010 +0300
@@ -15,7 +15,7 @@
 */
 
 
-// Version : %version: 11 %
+// Version : %version: 12 %
 
 
 
@@ -301,7 +301,7 @@
     {
     MPX_DEBUG1(_L("#MS# CMPSettingsAppUi::HandleKeyEventL()"));
     // Check if the event should be handled by iTabGroup
-    if (aType != EEventKey ||  iNaviPane->Top() != iDecoratedTabGroup)
+    if ( !iTabGroup || aType != EEventKey ||  iNaviPane->Top() != iDecoratedTabGroup)
         {
         return EKeyWasNotConsumed;
         }