Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--org.eclipse.egit.ui/plugin.xml6
1 files changed, 4 insertions, 2 deletions
diff --git a/org.eclipse.egit.ui/plugin.xml b/org.eclipse.egit.ui/plugin.xml
index 45744736e1..166ea1cdb2 100644
--- a/org.eclipse.egit.ui/plugin.xml
+++ b/org.eclipse.egit.ui/plugin.xml
@@ -2430,7 +2430,8 @@
label="%RebaseWithDialog_label">
<visibleWhen checkEnabled="false">
<and>
- <iterate>
+ <iterate
+ ifEmpty="false">
<and>
<adapt
type="org.eclipse.core.resources.IProject">
@@ -2454,7 +2455,8 @@
commandId="org.eclipse.egit.ui.ContinueRebase" style="push" />
<visibleWhen checkEnabled="false">
<and>
- <iterate>
+ <iterate
+ ifEmpty="false">
<and>
<adapt
type="org.eclipse.core.resources.IProject">

Back to the top