Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorspingel2010-07-13 18:55:37 +0000
committerspingel2010-07-13 18:55:37 +0000
commit9b99c47fadf8e8db2957b161df54ebb02a1be600 (patch)
tree54fec02e11158982dee9a2c870341a3e6be022ae /org.eclipse.mylyn.bugzilla.ui/plugin.xml
parente2269df876e0e1abb71d78994623d4b7646e8072 (diff)
downloadorg.eclipse.mylyn.tasks-9b99c47fadf8e8db2957b161df54ebb02a1be600.tar.gz
org.eclipse.mylyn.tasks-9b99c47fadf8e8db2957b161df54ebb02a1be600.tar.xz
org.eclipse.mylyn.tasks-9b99c47fadf8e8db2957b161df54ebb02a1be600.zip
ASSIGNED - bug 317751: [backport] Details and Mark as menu on attachment shows on all connectors
https://bugs.eclipse.org/bugs/show_bug.cgi?id=317751
Diffstat (limited to 'org.eclipse.mylyn.bugzilla.ui/plugin.xml')
-rw-r--r--org.eclipse.mylyn.bugzilla.ui/plugin.xml10
1 files changed, 2 insertions, 8 deletions
diff --git a/org.eclipse.mylyn.bugzilla.ui/plugin.xml b/org.eclipse.mylyn.bugzilla.ui/plugin.xml
index 1515650f1..38b6426f2 100644
--- a/org.eclipse.mylyn.bugzilla.ui/plugin.xml
+++ b/org.eclipse.mylyn.bugzilla.ui/plugin.xml
@@ -99,10 +99,7 @@
menubarPath="org.eclipse.mylyn.bugzilla.ui.attachments.mark/markadditions"
tooltip="%Mark_not_obsolete_Action_Tooltip">
<enablement>
- <and>
- <objectClass name="org.eclipse.mylyn.tasks.core.ITaskAttachment"/>
- <objectState name="ConnectorKind" value="bugzilla"/>
- </and>
+ <objectState name="connectorKind" value="bugzilla"/>
</enablement>
</action>
<action
@@ -113,10 +110,7 @@
menubarPath="org.eclipse.mylyn.bugzilla.ui.attachments.mark/markadditions"
tooltip="%Mark_obsolete_Action_Tooltip">
<enablement>
- <and>
- <objectClass name="org.eclipse.mylyn.tasks.core.ITaskAttachment"/>
- <objectState name="ConnectorKind" value="bugzilla"/>
- </and>
+ <objectState name="connectorKind" value="bugzilla"/>
</enablement>
</action>
<action

Back to the top