# HG changeset patch # User wpaul # Date 1250529930 18000 # Node ID ef1589eec61f2bb30c4ea8f5258a36820f7bd9c6 # Parent a3c8ab8bcb981d3ea29c2ec08905ec051e8bc175 additional fix for bug #9618. diff -r a3c8ab8bcb98 -r ef1589eec61f cdt/cdt_6_0_x/org.eclipse.cdt.debug.core/src/org/eclipse/cdt/debug/core/CDebugCorePlugin.java --- a/cdt/cdt_6_0_x/org.eclipse.cdt.debug.core/src/org/eclipse/cdt/debug/core/CDebugCorePlugin.java Wed Aug 12 21:59:23 2009 -0500 +++ b/cdt/cdt_6_0_x/org.eclipse.cdt.debug.core/src/org/eclipse/cdt/debug/core/CDebugCorePlugin.java Mon Aug 17 12:25:30 2009 -0500 @@ -354,6 +354,8 @@ fCommonSourceLookupDirector = new CommonSourceLookupDirector(); String newMemento = CDebugCorePlugin.getDefault().getPluginPreferences().getString( ICDebugInternalConstants.PREF_COMMON_SOURCE_CONTAINERS ); if ( newMemento.length() == 0 ) { + fCommonSourceLookupDirector.initializeParticipants(); + // Convert source locations to source containers convertSourceLocations( fCommonSourceLookupDirector ); }