--- a/uifw/AvKon/src/aknnoteattributes.cpp Thu Aug 19 10:11:06 2010 +0300
+++ b/uifw/AvKon/src/aknnoteattributes.cpp Tue Aug 31 15:28:30 2010 +0300
@@ -1029,11 +1029,8 @@
iNoteControl->DeactivateGc();
// Redraw the label after the background
- TRAPD(err, iNoteText->Line( i )->ActivateL()); // Never leaves
- if (err == KErrNone)
- {
- iNoteText->Line( i )->DrawNow();
- }
+ iNoteText->Line( i )->ActivateL(); // Never leaves
+ iNoteText->Line( i )->DrawNow();
iNoteText->SetLineModified( i, EFalse );
}
}