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:
parent
c0bb4d9b23
commit
853011dd0a
1 changed files with 1 additions and 1 deletions
|
@ -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()
|
||||||
|
|
Loading…
Add table
Reference in a new issue