1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-08-21 23:33:57 +02:00

Fix 50450

This commit is contained in:
Alain Magloire 2004-01-23 04:19:10 +00:00
parent 2146a465de
commit 9309135007
2 changed files with 1254 additions and 1248 deletions

File diff suppressed because it is too large Load diff

View file

@ -70,7 +70,7 @@ public class SharedLibrariesViewPreferencePage extends FieldEditorPreferencePage
public static void initDefaults( IPreferenceStore store ) public static void initDefaults( IPreferenceStore store )
{ {
CDebugCorePlugin.getDefault().getPluginPreferences().setDefault( ICDebugConstants.PREF_SHARED_LIBRARIES_AUTO_REFRESH, true ); CDebugCorePlugin.getDefault().getPluginPreferences().setDefault( ICDebugConstants.PREF_SHARED_LIBRARIES_AUTO_REFRESH, false );
} }
protected void createSpacer( Composite composite, int columnSpan ) protected void createSpacer( Composite composite, int columnSpan )