Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMathias Kinzler2010-08-02 15:28:23 +0000
committerMathias Kinzler2010-08-02 15:28:23 +0000
commitddbab67b6ac343bf306d44093134794cd3a6e47c (patch)
tree71f952ce53f9062dff8cbdf3541d8652d6e14ecd /org.eclipse.egit.ui/plugin.xml
parent2007b7331206ad502f0c7acb54b85f00a880f929 (diff)
downloadegit-ddbab67b6ac343bf306d44093134794cd3a6e47c.tar.gz
egit-ddbab67b6ac343bf306d44093134794cd3a6e47c.tar.xz
egit-ddbab67b6ac343bf306d44093134794cd3a6e47c.zip
Repositories View: "Delete branch" is active without selection
Bug: 321515 Change-Id: If9ecfa2d4dc0d8fe2e8b3f8bb550f7458abe69b0 Signed-off-by: Mathias Kinzler <mathias.kinzler@sap.com>
Diffstat (limited to 'org.eclipse.egit.ui/plugin.xml')
-rw-r--r--org.eclipse.egit.ui/plugin.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/org.eclipse.egit.ui/plugin.xml b/org.eclipse.egit.ui/plugin.xml
index 0b7faa2fd7..585bdd8008 100644
--- a/org.eclipse.egit.ui/plugin.xml
+++ b/org.eclipse.egit.ui/plugin.xml
@@ -1071,6 +1071,9 @@
<visibleWhen
checkEnabled="false">
<and>
+ <count
+ value="1">
+ </count>
<iterate>
<and>
<or>

Back to the top