summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGiuseppe Scrivano <gscrivan@redhat.com>2014-01-23 16:58:51 +0100
committerGiuseppe Scrivano <gscrivan@redhat.com>2014-01-24 09:33:35 +0100
commitf2dbae6118cfc45ad2385544dd03380aa2dc30c9 (patch)
treecd991e870709460a4a2844477b6a546e88c5eeda
parent35f6567c69f3265325ee7c4ac8fdd5e4286a5f54 (diff)
downloadvirt-manager-f2dbae6118cfc45ad2385544dd03380aa2dc30c9.tar.gz
create: show correctly the list of supported OS
Do not show only the OS supported stable when stable_defaults is not used. commit dc0b9bbaafa98498f5621a2c318a43fdfe1fa7ff introduced this issue. Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
-rw-r--r--virtManager/create.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/virtManager/create.py b/virtManager/create.py
index 8c4197f6..ef750891 100644
--- a/virtManager/create.py
+++ b/virtManager/create.py
@@ -879,7 +879,7 @@ class vmmCreate(vmmGObjectUI):
self._add_os_row(model, None, _("Generic"), True)
return
- filtervars = (not self._stable_defaults() and
+ filtervars = (self._stable_defaults() and
STABLE_OS_SUPPORT or
None)
preferred = self.config.preferred_distros