Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormkersten2006-05-30 01:51:47 +0000
committermkersten2006-05-30 01:51:47 +0000
commitce7a489ec9613c6185f89fe8f8b92d62803284f9 (patch)
treef2bd1c3fa8e1344c4c68711dccc5450c77a8cda2 /org.eclipse.mylyn.tasks.ui/plugin.xml
parentab03d12e970d931925ec36fa157ddfeb561ef009 (diff)
downloadorg.eclipse.mylyn.tasks-ce7a489ec9613c6185f89fe8f8b92d62803284f9.tar.gz
org.eclipse.mylyn.tasks-ce7a489ec9613c6185f89fe8f8b92d62803284f9.tar.xz
org.eclipse.mylyn.tasks-ce7a489ec9613c6185f89fe8f8b92d62803284f9.zip
Completed: 128884: with multiple of same task present task list linking causes selection to jump
https://bugs.eclipse.org/bugs/show_bug.cgi?id=128884
Diffstat (limited to 'org.eclipse.mylyn.tasks.ui/plugin.xml')
-rw-r--r--org.eclipse.mylyn.tasks.ui/plugin.xml7
1 files changed, 4 insertions, 3 deletions
diff --git a/org.eclipse.mylyn.tasks.ui/plugin.xml b/org.eclipse.mylyn.tasks.ui/plugin.xml
index 282f2984d..4ec333f57 100644
--- a/org.eclipse.mylyn.tasks.ui/plugin.xml
+++ b/org.eclipse.mylyn.tasks.ui/plugin.xml
@@ -210,12 +210,13 @@
menubarPath="additions"
tooltip="Synchronize with Repository">
</action>
- <action
- class="org.eclipse.mylar.internal.tasklist.ui.actions.CopyDescriptionAction"
+ <!--
+ <action
+ class="org.eclipse.mylar.internal.tasklist.ui.actions.CopyDetailsAction"
id="org.eclipse.mylar.tasklist.copy.details"
label="Copy Details"
style="push"/>
-
+ -->
</viewContribution>
</extension>

Back to the top