diff -r ee674526fac5 -r 85a88bc05e45 imagehandlingutilities/thumbnailmanager/thumbagdaemon/src/thumbagdaemon.cpp --- a/imagehandlingutilities/thumbnailmanager/thumbagdaemon/src/thumbagdaemon.cpp Wed Apr 14 16:16:51 2010 +0300 +++ b/imagehandlingutilities/thumbnailmanager/thumbagdaemon/src/thumbagdaemon.cpp Tue Apr 27 16:57:55 2010 +0300 @@ -186,7 +186,6 @@ { // 2 observers TRAP_IGNORE( iMdESession->RemoveObjectObserverL( *this ) ); -//modify TRAP_IGNORE( iMdESession->RemoveObjectObserverL( *this ) ); #ifdef MDS_URI_OBSERVER // remove observer with uri @@ -374,8 +373,7 @@ iProcessor->RemoveFromQueues( aObjectIdArray, EFalse); } - // Add event to processing queue by type and enable force run - + // Add event to processing queue by type and enable force run RPointerArray dummyArray; TRAPD(err, iProcessor->AddToQueueL(aType, aObjectIdArray, dummyArray, EFalse)); if (err != KErrNone)