diff -r 6cadd6867c17 -r 67f2ed48ad91 homescreenpluginsrv/hspsmanager/src/hspsthemeserver.cpp --- a/homescreenpluginsrv/hspsmanager/src/hspsthemeserver.cpp Wed Sep 15 12:32:36 2010 +0300 +++ b/homescreenpluginsrv/hspsmanager/src/hspsthemeserver.cpp Wed Oct 13 14:53:46 2010 +0300 @@ -624,8 +624,7 @@ if( aRepositoryInfo.iEventType & EhspsODTUpdated || aRepositoryInfo.iEventType & EhspsODTModified || - aRepositoryInfo.iEventType & EhspsPluginReplaced || - aRepositoryInfo.iEventType == EhspsODTActivated ) + aRepositoryInfo.iEventType & EhspsPluginReplaced ) { SetResourceFileCopyRequired( aRepositoryInfo.iAppUid ); } @@ -3643,7 +3642,7 @@ } if ( !alreadyIncluded ) { - notificationTargets.AppendL( header ); + notificationTargets.Append( header ); // Check if active configuration supports the current family TBool updateRequired = ETrue;