Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSteffen Pingel2012-07-18 19:24:59 +0000
committerSteffen Pingel2012-07-18 19:24:59 +0000
commitc185b28ae9129382beeb6f3d35c99429e0ad8883 (patch)
tree59971f2c80d697cbb71a06b94ce18c522a635e53
parentc71b7d75b777df614af1948179e7d26c415806fa (diff)
downloadorg.eclipse.mylyn.tasks-c185b28ae9129382beeb6f3d35c99429e0ad8883.tar.gz
org.eclipse.mylyn.tasks-c185b28ae9129382beeb6f3d35c99429e0ad8883.tar.xz
org.eclipse.mylyn.tasks-c185b28ae9129382beeb6f3d35c99429e0ad8883.zip
NEW - bug 382164: property page appear for closed projects
https://bugs.eclipse.org/bugs/show_bug.cgi?id=382164
-rw-r--r--org.eclipse.mylyn.tasks.ui/plugin.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/org.eclipse.mylyn.tasks.ui/plugin.xml b/org.eclipse.mylyn.tasks.ui/plugin.xml
index e82cf54bb..37ac78d08 100644
--- a/org.eclipse.mylyn.tasks.ui/plugin.xml
+++ b/org.eclipse.mylyn.tasks.ui/plugin.xml
@@ -1034,6 +1034,7 @@
type="org.eclipse.core.resources.IProject">
</adapt>
</enabledWhen>
+ <filter name="open" value="true"/>
</page>
</extension>
<extension

Back to the top