uifw/EikStd/coctlsrc/eikcba.cpp
branchRCL_3
changeset 9 aabf2c525e0f
parent 4 8ca85d2f0db7
child 10 9f56a4e1b8ab
equal deleted inserted replaced
4:8ca85d2f0db7 9:aabf2c525e0f
  7430             iFlags.Set( ECbaItemSoftkeyDisabledByClient );
  7430             iFlags.Set( ECbaItemSoftkeyDisabledByClient );
  7431             }
  7431             }
  7432         else
  7432         else
  7433             {
  7433             {
  7434             iFlags.Clear( ECbaItemSoftkeyDisabledByClient );
  7434             iFlags.Clear( ECbaItemSoftkeyDisabledByClient );
  7435             if ( iFlags.IsSet( ECbaItemSoftkeyDisabled ) )
  7435             if ( iFlags.IsSet( ECbaItemSoftkeyDisabled ) &&
       
  7436                      iFlags.IsSet( ECbaItemSpecificSoftkeyInUse ) )
  7436                 {
  7437                 {
  7437                 allowChange = EFalse;
  7438                 allowChange = EFalse;
  7438                 }
  7439                 }
  7439             }
  7440             }
  7440         }
  7441         }