Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormkersten2006-12-14 21:41:48 +0000
committermkersten2006-12-14 21:41:48 +0000
commitd7bbb1aafd2e1803be344679dd43fbead4ac2808 (patch)
treeb39a64e3b5f302e29f1323e473c24eb35408bf09 /org.eclipse.mylyn.tasks.ui
parentc3ac8f74bee5b61695945b45ed3ced0ef98b007d (diff)
downloadorg.eclipse.mylyn.tasks-d7bbb1aafd2e1803be344679dd43fbead4ac2808.tar.gz
org.eclipse.mylyn.tasks-d7bbb1aafd2e1803be344679dd43fbead4ac2808.tar.xz
org.eclipse.mylyn.tasks-d7bbb1aafd2e1803be344679dd43fbead4ac2808.zip
NEW - bug 168067: Problem when importing preferences into a new workspace
https://bugs.eclipse.org/bugs/show_bug.cgi?id=168067
Diffstat (limited to 'org.eclipse.mylyn.tasks.ui')
-rw-r--r--org.eclipse.mylyn.tasks.ui/src/org/eclipse/mylyn/internal/tasks/ui/TaskListNotificationManager.java7
1 files changed, 0 insertions, 7 deletions
diff --git a/org.eclipse.mylyn.tasks.ui/src/org/eclipse/mylyn/internal/tasks/ui/TaskListNotificationManager.java b/org.eclipse.mylyn.tasks.ui/src/org/eclipse/mylyn/internal/tasks/ui/TaskListNotificationManager.java
index 1ec330b0f..0af859cf8 100644
--- a/org.eclipse.mylyn.tasks.ui/src/org/eclipse/mylyn/internal/tasks/ui/TaskListNotificationManager.java
+++ b/org.eclipse.mylyn.tasks.ui/src/org/eclipse/mylyn/internal/tasks/ui/TaskListNotificationManager.java
@@ -146,13 +146,6 @@ public class TaskListNotificationManager implements IPropertyChangeListener {
}
};
-
-// private void setNotified() {
-// for (ITaskListNotification notification : currentlyNotifying) {
-// notification.setNotified(true);
-// }
-// }
-
private void cleanNotified() {
currentlyNotifying.clear();
}

Back to the top