diff -r 39d4c97df8cb -r 09b094b73eb8 tactilefeedback/tactilearearegistry/src/tactilearearegistry.cpp --- a/tactilefeedback/tactilearearegistry/src/tactilearearegistry.cpp Tue Aug 31 15:30:39 2010 +0300 +++ b/tactilefeedback/tactilearearegistry/src/tactilearearegistry.cpp Wed Sep 01 12:23:25 2010 +0100 @@ -172,7 +172,6 @@ break; } } - iTactileSemaphore.Signal(); } @@ -194,8 +193,8 @@ newItem.iWindowGroupId = aIdentifier; newItem.iConnectionHandle = aConnectionHandle; - // if append fail just make its action like before - TRAP_IGNORE( iWgArray.AppendL( newItem ) ); + + iWgArray.Append( newItem ); }