Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormkersten2005-08-17 22:01:31 +0000
committermkersten2005-08-17 22:01:31 +0000
commit404f8e0ac74a9afd95f374ffb6c1c6ebefdb8dff (patch)
treea098876830ddafef154c11e312c5af4c749fe8de /org.eclipse.mylyn.bugzilla.ui
parent2feffe761a7ca361c7fcd3cde0e42ee2645b70c8 (diff)
downloadorg.eclipse.mylyn.tasks-404f8e0ac74a9afd95f374ffb6c1c6ebefdb8dff.tar.gz
org.eclipse.mylyn.tasks-404f8e0ac74a9afd95f374ffb6c1c6ebefdb8dff.tar.xz
org.eclipse.mylyn.tasks-404f8e0ac74a9afd95f374ffb6c1c6ebefdb8dff.zip
Naming improvements
Diffstat (limited to 'org.eclipse.mylyn.bugzilla.ui')
-rw-r--r--org.eclipse.mylyn.bugzilla.ui/src/org/eclipse/mylyn/bugzilla/ui/tasklist/BugzillaTaskHandler.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/org.eclipse.mylyn.bugzilla.ui/src/org/eclipse/mylyn/bugzilla/ui/tasklist/BugzillaTaskHandler.java b/org.eclipse.mylyn.bugzilla.ui/src/org/eclipse/mylyn/bugzilla/ui/tasklist/BugzillaTaskHandler.java
index a9bdc4908..4748f5ccc 100644
--- a/org.eclipse.mylyn.bugzilla.ui/src/org/eclipse/mylyn/bugzilla/ui/tasklist/BugzillaTaskHandler.java
+++ b/org.eclipse.mylyn.bugzilla.ui/src/org/eclipse/mylyn/bugzilla/ui/tasklist/BugzillaTaskHandler.java
@@ -71,7 +71,7 @@ public class BugzillaTaskHandler implements ITaskHandler {
task.removeReport();
MylarTasklistPlugin.getTaskListManager().deleteTask(task);
- MylarPlugin.getContextManager().taskDeleted(task.getHandle(), task.getPath());
+ MylarPlugin.getContextManager().contextDeleted(task.getHandle(), task.getPath());
IWorkbenchPage page = MylarTasklistPlugin.getDefault().getWorkbench().getActiveWorkbenchWindow().getActivePage();
// if we couldn't get the page, get out of here

Back to the top