Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDarin Wright2002-03-11 14:26:07 +0000
committerDarin Wright2002-03-11 14:26:07 +0000
commit1af279199703a5ec080c500aff145e1ac547bca4 (patch)
tree1b29ba9e171f22d525762545d8138379ca571f02 /org.eclipse.debug.ui
parentfb7ed515c498df7ea509a6cca50727bfc31e546f (diff)
downloadeclipse.platform.debug-1af279199703a5ec080c500aff145e1ac547bca4.tar.gz
eclipse.platform.debug-1af279199703a5ec080c500aff145e1ac547bca4.tar.xz
eclipse.platform.debug-1af279199703a5ec080c500aff145e1ac547bca4.zip
bug 11076
Diffstat (limited to 'org.eclipse.debug.ui')
-rw-r--r--org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/DebugUIPlugin.java2
1 files changed, 2 insertions, 0 deletions
diff --git a/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/DebugUIPlugin.java b/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/DebugUIPlugin.java
index 6200d2588..f366c0c6c 100644
--- a/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/DebugUIPlugin.java
+++ b/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/DebugUIPlugin.java
@@ -659,6 +659,8 @@ public class DebugUIPlugin extends AbstractUIPlugin implements IDocumentListener
public void launchConfigurationRemoved(ILaunchConfiguration config) {
removeLaunchConfigurationFromHistoryList(fRunHistory, config);
removeLaunchConfigurationFromHistoryList(fDebugHistory, config);
+ removeLaunchConfigurationFromHistoryList(fDebugFavorites, config);
+ removeLaunchConfigurationFromHistoryList(fRunFavorites, config);
}
/**

Back to the top