tactilefeedback/tactilearearegistry/src/tactilearearegistry.cpp
changeset 33 03a5a9b9cb9f
parent 22 4838b44af342
--- a/tactilefeedback/tactilearearegistry/src/tactilearearegistry.cpp	Wed Jun 23 18:31:51 2010 +0300
+++ b/tactilefeedback/tactilearearegistry/src/tactilearearegistry.cpp	Wed Aug 18 10:04:18 2010 +0300
@@ -194,8 +194,8 @@
     
     newItem.iWindowGroupId    = aIdentifier;
     newItem.iConnectionHandle = aConnectionHandle;
-    
-    iWgArray.Append( newItem );
+    // if append fail just make its action like before
+    TRAP_IGNORE( iWgArray.AppendL( newItem ) );
     }