diff -r ed1e38b404e5 -r 6134b5029079 commsconfig/cscapplicationui/src/cscserviceview.cpp --- a/commsconfig/cscapplicationui/src/cscserviceview.cpp Wed Mar 31 21:20:05 2010 +0300 +++ b/commsconfig/cscapplicationui/src/cscserviceview.cpp Wed Apr 14 15:49:55 2010 +0300 @@ -819,14 +819,17 @@ CCSCNoteUtilities::TCSCNoteType type = CCSCNoteUtilities::ECSCConfigureServiceQuery; - - if ( CCSCNoteUtilities::ShowCommonQueryL( - type, iPluginInfo.iProviderName ) ) - { - iServicePluginHandler.DoProvisioningL( + + TRAP_IGNORE + ( + if ( CCSCNoteUtilities::ShowCommonQueryL( + type, iPluginInfo.iProviderName ) ) + { + iServicePluginHandler.DoProvisioningL( iPluginInfo.iPluginsUid, KCSCServiceViewId ); - } - + } + ); + iNextPluginIndex++; TInt pluginCount = iServicePluginHandler.PluginCount( CCSCEngServicePluginHandler::EInitialized );