Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian Georgi2012-08-08 16:44:33 +0000
committerPawel Piech2012-08-08 16:49:59 +0000
commit970a2117b0c862058ad51899a36e8f8a2989e3f4 (patch)
treede8c2cc76437c6e942a58d09e951dca64713a729 /org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/views/launch
parent43eaea6275f305fbd60a3ea2d84700ad7a6582bd (diff)
downloadeclipse.platform.debug-970a2117b0c862058ad51899a36e8f8a2989e3f4.tar.gz
eclipse.platform.debug-970a2117b0c862058ad51899a36e8f8a2989e3f4.tar.xz
eclipse.platform.debug-970a2117b0c862058ad51899a36e8f8a2989e3f4.zip
Revert "Bug 385400 - System property for debug toolbar visibility not initialized"
This reverts commit eb1377719b70d2785cb1dea595e7411eec73730e. The given commit was made with incorrect author.
Diffstat (limited to 'org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/views/launch')
-rw-r--r--org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/views/launch/LaunchView.java4
1 files changed, 0 insertions, 4 deletions
diff --git a/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/views/launch/LaunchView.java b/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/views/launch/LaunchView.java
index 3a21e0146..7a9502b3a 100644
--- a/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/views/launch/LaunchView.java
+++ b/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/views/launch/LaunchView.java
@@ -1412,10 +1412,6 @@ public class LaunchView extends AbstractDebugView
* @see org.eclipse.ui.IPartListener2#partActivated(org.eclipse.ui.IWorkbenchPartReference)
*/
public void partActivated(IWorkbenchPartReference partRef) {
- // Ensure that the system property matches the debug toolbar state.
- // Bug 385400
- System.setProperty(IDebugUIConstants.DEBUG_VIEW_TOOBAR_VISIBLE,
- Boolean.toString(isDebugToolbarShownInPerspective(getSite().getPage().getPerspective())) );
}
/* (non-Javadoc)

Back to the top