Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Valenta2007-03-23 13:42:55 +0000
committerMichael Valenta2007-03-23 13:42:55 +0000
commit5da91a525928b0cd1943ee40ddac497dd5f66c3d (patch)
treea062578f992746a77651394d5e8fd9a2310dd3cb /bundles
parent6eb12bad4f48c238266e693831d395a739d95a56 (diff)
downloadeclipse.platform.team-5da91a525928b0cd1943ee40ddac497dd5f66c3d.tar.gz
eclipse.platform.team-5da91a525928b0cd1943ee40ddac497dd5f66c3d.tar.xz
eclipse.platform.team-5da91a525928b0cd1943ee40ddac497dd5f66c3d.zip
Bug 175682 Null label in synchronize view
Diffstat (limited to 'bundles')
-rw-r--r--bundles/org.eclipse.team.cvs.ui/plugin.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/bundles/org.eclipse.team.cvs.ui/plugin.xml b/bundles/org.eclipse.team.cvs.ui/plugin.xml
index 258b0f476..5959c09c6 100644
--- a/bundles/org.eclipse.team.cvs.ui/plugin.xml
+++ b/bundles/org.eclipse.team.cvs.ui/plugin.xml
@@ -1602,7 +1602,7 @@
<instanceof value="org.eclipse.team.internal.ccvs.core.mapping.CVSCheckedInChangeSet"/>
<instanceof value="org.eclipse.core.resources.IResource"/>
<instanceof
- value="org.eclipse.team.internal.ccvs.ui.mappings.UnassigndDiffChangeSet">
+ value="org.eclipse.team.internal.ccvs.core.mapping.UnassignedDiffChangeSet">
</instanceof>
</or>
</enablement>

Back to the top