equal
deleted
inserted
replaced
1158 iLabel->SetTextL(*iInvalidText); |
1158 iLabel->SetTextL(*iInvalidText); |
1159 iLabel->CropText(); |
1159 iLabel->CropText(); |
1160 } |
1160 } |
1161 } |
1161 } |
1162 |
1162 |
|
1163 EXPORT_C void CAknPopupField::CloseSelectionListL() |
|
1164 { |
|
1165 if ( iSelectionMode == EAknPopupFieldSelectionListMode |
|
1166 && iSelectionList ) |
|
1167 { |
|
1168 AttemptExitL( EFalse ); |
|
1169 } |
|
1170 } |
1163 |
1171 |
1164 void CAknPopupField::ConfigureDecorator() |
1172 void CAknPopupField::ConfigureDecorator() |
1165 { |
1173 { |
1166 __ASSERT_DEBUG(iOtherText, Panic(EAknPanicPopupFieldUninitialisedMember)); |
1174 __ASSERT_DEBUG(iOtherText, Panic(EAknPanicPopupFieldUninitialisedMember)); |
1167 |
1175 |