Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjames2002-01-17 16:20:31 +0000
committerjames2002-01-17 16:20:31 +0000
commitee2c1d7586d25c8476c59c58bb6da3b7b67a220f (patch)
treebc70d695d0cdc2d95ca760d8b925ea1f2f652a50
parenta96cb33156cc58c3045d6a7e2d233471c1092be2 (diff)
downloadeclipse.platform.team-ee2c1d7586d25c8476c59c58bb6da3b7b67a220f.tar.gz
eclipse.platform.team-ee2c1d7586d25c8476c59c58bb6da3b7b67a220f.tar.xz
eclipse.platform.team-ee2c1d7586d25c8476c59c58bb6da3b7b67a220f.zip
7851: Decorators preferences pages sets control when it shouldn't
-rw-r--r--bundles/org.eclipse.team.cvs.ui/src/org/eclipse/team/internal/ccvs/ui/CVSDecoratorPreferencesPage.java1
1 files changed, 0 insertions, 1 deletions
diff --git a/bundles/org.eclipse.team.cvs.ui/src/org/eclipse/team/internal/ccvs/ui/CVSDecoratorPreferencesPage.java b/bundles/org.eclipse.team.cvs.ui/src/org/eclipse/team/internal/ccvs/ui/CVSDecoratorPreferencesPage.java
index 0a899990f..331f7f9ee 100644
--- a/bundles/org.eclipse.team.cvs.ui/src/org/eclipse/team/internal/ccvs/ui/CVSDecoratorPreferencesPage.java
+++ b/bundles/org.eclipse.team.cvs.ui/src/org/eclipse/team/internal/ccvs/ui/CVSDecoratorPreferencesPage.java
@@ -135,7 +135,6 @@ public class CVSDecoratorPreferencesPage extends PreferencePage implements IWork
GridLayout layout= new GridLayout();
composite.setLayout(layout);
composite.setLayoutData(new GridData());
- setControl(composite);
// file text decoration options

Back to the top