idlehomescreen/xmluirendering/uiengine/src/xnplugindata.cpp
branchRCL_3
changeset 31 89165693e770
parent 23 7be2816dbabd
equal deleted inserted replaced
28:d721605b30d0 31:89165693e770
   139     if ( err == KErrNone )
   139     if ( err == KErrNone )
   140         {                     
   140         {                     
   141         // Succesfully composed, try schedule publishers' loading
   141         // Succesfully composed, try schedule publishers' loading
   142         LoadPublishers( EAiFwPluginStartup );                  
   142         LoadPublishers( EAiFwPluginStartup );                  
   143         }    
   143         }    
   144     else if ( err == KXnErrPluginFailure )
   144     else if ( err == KXnErrWidgetPluginFailure )
   145         {
   145         {
   146         // Widget's configuration is broken, remove it
   146         // Widget's configuration is broken, remove it
   147         TRAP_IGNORE( iManager.UnloadWidgetFromPluginL( *this, ETrue ) );                        
   147         TRAP_IGNORE( iManager.UnloadWidgetFromPluginL( *this, ETrue ) );                        
   148         }      
   148         }      
   149         
   149