uifw/AvKon/src/aknnoteattributes.cpp
branchRCL_3
changeset 72 a5e7a4f63858
parent 56 d48ab3b357f1
--- a/uifw/AvKon/src/aknnoteattributes.cpp	Wed Sep 15 12:29:17 2010 +0300
+++ b/uifw/AvKon/src/aknnoteattributes.cpp	Wed Oct 13 14:50:15 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 );
             }
         }