1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-01 06:05:24 +02:00

Reset the dirty flag only if the block is a part of the launch configuration dialog.

This commit is contained in:
Mikhail Khodjaiants 2003-02-20 22:45:53 +00:00
parent c0bb4d9b23
commit 853011dd0a

View file

@ -323,8 +323,8 @@ public class SourceLookupBlock
{ {
getLaunchConfigurationDialog().updateMessage(); getLaunchConfigurationDialog().updateMessage();
getLaunchConfigurationDialog().updateButtons(); getLaunchConfigurationDialog().updateButtons();
fIsDirty = false;
} }
fIsDirty = false;
} }
public ILaunchConfigurationDialog getLaunchConfigurationDialog() public ILaunchConfigurationDialog getLaunchConfigurationDialog()