Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormkersten2005-12-16 04:54:10 +0000
committermkersten2005-12-16 04:54:10 +0000
commit64966edbc11a2037087aa0813ba2816c3483373d (patch)
tree77a995b1415cb52a9fbe6d384077fd40bd873d17 /org.eclipse.mylyn.bugzilla.ui/plugin.xml
parent5e54c75b0ec41d13623308a5388fcef62e9c7068 (diff)
downloadorg.eclipse.mylyn.tasks-64966edbc11a2037087aa0813ba2816c3483373d.tar.gz
org.eclipse.mylyn.tasks-64966edbc11a2037087aa0813ba2816c3483373d.tar.xz
org.eclipse.mylyn.tasks-64966edbc11a2037087aa0813ba2816c3483373d.zip
Completed: Bug 107165: disjoint/multiple selections and actions on the task list
https://bugs.eclipse.org/bugs/show_bug.cgi?id=107165 Progress on: long: task list modularity
Diffstat (limited to 'org.eclipse.mylyn.bugzilla.ui/plugin.xml')
-rw-r--r--org.eclipse.mylyn.bugzilla.ui/plugin.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/org.eclipse.mylyn.bugzilla.ui/plugin.xml b/org.eclipse.mylyn.bugzilla.ui/plugin.xml
index 2e0547129..1a6098101 100644
--- a/org.eclipse.mylyn.bugzilla.ui/plugin.xml
+++ b/org.eclipse.mylyn.bugzilla.ui/plugin.xml
@@ -124,7 +124,7 @@
targetID="org.eclipse.mylar.tasks.ui.views.TaskListView">
<action
- class="org.eclipse.mylar.bugzilla.ui.actions.RefreshBugzillaAction"
+ class="org.eclipse.mylar.bugzilla.ui.actions.SynchronizeReportsAction"
enablesFor="*"
icon="icons/etool16/task-bug-refresh.gif"
id="org.eclipse.mylar.bugzilla.ui.popup.refresh"
@@ -152,7 +152,7 @@
id="org.eclipse.mylar.bugzilla.ui.viewerContribution"
targetID="org.eclipse.mylar.tasks.ui.views.TaskListView">
<action
- class="org.eclipse.mylar.bugzilla.ui.actions.RefreshBugzillaAction"
+ class="org.eclipse.mylar.bugzilla.ui.actions.SynchronizeReportsAction"
enablesFor="*"
icon="icons/etool16/task-bug-refresh.gif"
id="org.eclipse.mylar.bugzilla.ui.popup.refresh"

Back to the top