Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'org.eclipse.mylyn.github.ui/plugin.xml')
-rw-r--r--org.eclipse.mylyn.github.ui/plugin.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/org.eclipse.mylyn.github.ui/plugin.xml b/org.eclipse.mylyn.github.ui/plugin.xml
index fdb87c4b..f381c0bd 100644
--- a/org.eclipse.mylyn.github.ui/plugin.xml
+++ b/org.eclipse.mylyn.github.ui/plugin.xml
@@ -59,7 +59,8 @@
checkEnabled="false">
<with
variable="activeMenuSelection">
- <iterate>
+ <iterate
+ ifEmpty="false">
<adapt
type="org.eclipse.core.resources.IFile">
</adapt>

Back to the top