commsconfig/cscapplicationui/src/cscserviceview.cpp
branchRCL_3
changeset 11 6134b5029079
parent 10 ed1e38b404e5
child 12 876a3df1f464
--- 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 );