Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDarin Wright2007-11-15 14:20:25 +0000
committerDarin Wright2007-11-15 14:20:25 +0000
commit7065a12c5b844bc0a3f924c6e99492ea607d3980 (patch)
tree202df026281db434ad82891d876cec916993beb6 /org.eclipse.debug.ui
parent725aa6f355842dea849455ec53fec250967093d7 (diff)
downloadeclipse.platform.debug-7065a12c5b844bc0a3f924c6e99492ea607d3980.tar.gz
eclipse.platform.debug-7065a12c5b844bc0a3f924c6e99492ea607d3980.tar.xz
eclipse.platform.debug-7065a12c5b844bc0a3f924c6e99492ea607d3980.zip
Bug 146825 - [console] NPE in process console participant
Diffstat (limited to 'org.eclipse.debug.ui')
-rw-r--r--org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/views/console/ProcessConsolePageParticipant.java1
1 files changed, 0 insertions, 1 deletions
diff --git a/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/views/console/ProcessConsolePageParticipant.java b/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/views/console/ProcessConsolePageParticipant.java
index 92788bf6d..1485574d7 100644
--- a/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/views/console/ProcessConsolePageParticipant.java
+++ b/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/views/console/ProcessConsolePageParticipant.java
@@ -119,7 +119,6 @@ public class ProcessConsolePageParticipant implements IConsolePageParticipant, I
* @see org.eclipse.ui.console.IConsolePageParticipant#dispose()
*/
public void dispose() {
- deactivated();
DebugUITools.getDebugContextManager().getContextService(fPage.getSite().getWorkbenchWindow()).removeDebugContextListener(this);
DebugPlugin.getDefault().removeDebugEventListener(this);
if (fRemoveTerminated != null) {

Back to the top