Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSteffen Pingel2012-01-18 17:31:34 +0000
committerSteffen Pingel2012-01-19 09:47:21 +0000
commit77b27ed8d525c7f83677544a349bea967f5286bf (patch)
tree7100cfffcc823d0f7969cf4be11ccb1a012688c7 /org.eclipse.mylyn.tasks.ui/plugin.xml
parent80ebd9ccbf1507bbe4ed81ef7edca1cb0926c428 (diff)
downloadorg.eclipse.mylyn.tasks-77b27ed8d525c7f83677544a349bea967f5286bf.tar.gz
org.eclipse.mylyn.tasks-77b27ed8d525c7f83677544a349bea967f5286bf.tar.xz
org.eclipse.mylyn.tasks-77b27ed8d525c7f83677544a349bea967f5286bf.zip
NEW - bug 355059: [Compatibility] Mylyn's activate task trim is not
shown https://bugs.eclipse.org/bugs/show_bug.cgi?id=355059
Diffstat (limited to 'org.eclipse.mylyn.tasks.ui/plugin.xml')
-rw-r--r--org.eclipse.mylyn.tasks.ui/plugin.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/org.eclipse.mylyn.tasks.ui/plugin.xml b/org.eclipse.mylyn.tasks.ui/plugin.xml
index 0b0dfdae6..754afadb8 100644
--- a/org.eclipse.mylyn.tasks.ui/plugin.xml
+++ b/org.eclipse.mylyn.tasks.ui/plugin.xml
@@ -2092,7 +2092,7 @@
id="org.eclipse.mylyn.tasks.ui.trim.dropdown"/>
</menuContribution>
- <menuContribution locationURI="toolbar:org.eclipse.ui.trim.command2?after">
+ <menuContribution locationURI="toolbar:org.eclipse.ui.trim.command2">
<toolbar id="org.eclipse.mylyn.tasks.ui.trim.container">
<command
id="org.eclipse.mylyn.tasks.ui.trim"

Back to the top