diff -r 10246e066a50 -r e53c01f160bc presencefwsimpleadpt/src/simplepluginwatcher.cpp --- a/presencefwsimpleadpt/src/simplepluginwatcher.cpp Tue May 25 13:08:20 2010 +0300 +++ b/presencefwsimpleadpt/src/simplepluginwatcher.cpp Mon Jun 21 16:06:46 2010 +0300 @@ -407,7 +407,7 @@ { CSimplePluginEntityWatcher* watcher = CSimplePluginEntityWatcher::NewL( iConnObs, iConnection, *this ); - iWatchers.Append( watcher ); + iWatchers.AppendL( watcher ); return watcher; } }