Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormkersten2006-01-27 03:54:28 +0000
committermkersten2006-01-27 03:54:28 +0000
commit1aaf7d4a526c22546b60d5f1265c7122035f6135 (patch)
tree2b4fa1f2fef57b9eceb77ac14d2a075040d0a2b3 /org.eclipse.mylyn.tasks.ui/plugin.xml
parent44b6c956beb3185c0d2116723b9dea50cc6602ce (diff)
downloadorg.eclipse.mylyn.tasks-1aaf7d4a526c22546b60d5f1265c7122035f6135.tar.gz
org.eclipse.mylyn.tasks-1aaf7d4a526c22546b60d5f1265c7122035f6135.tar.xz
org.eclipse.mylyn.tasks-1aaf7d4a526c22546b60d5f1265c7122035f6135.zip
Completed: Bug 124572: Task Repository View not deleting properly
https://bugs.eclipse.org/bugs/show_bug.cgi?id=124572
Diffstat (limited to 'org.eclipse.mylyn.tasks.ui/plugin.xml')
-rw-r--r--org.eclipse.mylyn.tasks.ui/plugin.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/org.eclipse.mylyn.tasks.ui/plugin.xml b/org.eclipse.mylyn.tasks.ui/plugin.xml
index 555e6f6ae..eca2ee73b 100644
--- a/org.eclipse.mylyn.tasks.ui/plugin.xml
+++ b/org.eclipse.mylyn.tasks.ui/plugin.xml
@@ -57,7 +57,7 @@
allowMultiple="false"
category="org.eclipse.mylar"
class="org.eclipse.mylar.internal.tasklist.ui.TaskRepositoriesView"
- icon="icons/eview16/task-repositories.gif"
+ icon="icons/eview16/repositories.gif"
name="Task Repositories (Experimental)">
</view>
</extension>

Back to the top