diff options
| author | Kevin Sawicki | 2011-04-25 21:16:04 +0000 |
|---|---|---|
| committer | Kevin Sawicki | 2011-04-25 21:16:04 +0000 |
| commit | 8bc31dd0b52578b4739dd56451b8a6ba8dfcbfd3 (patch) | |
| tree | 94393771d663da85255da68ca42d9516466a9b7b | |
| parent | 1dfc3a74f49f35ec5cbb0397781f2eb99412695a (diff) | |
| download | egit-github-8bc31dd0b52578b4739dd56451b8a6ba8dfcbfd3.tar.gz egit-github-8bc31dd0b52578b4739dd56451b8a6ba8dfcbfd3.tar.xz egit-github-8bc31dd0b52578b4739dd56451b8a6ba8dfcbfd3.zip | |
Hide create gist action on empty selections.
Bug: 343575
Change-Id: Id5fffcb2be6e91f33210d165d14e091310e76e9c
Signed-off-by: Kevin Sawicki <kevin@github.com>
| -rw-r--r-- | org.eclipse.mylyn.github.ui/plugin.xml | 3 |
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>
|
