On Thu, Jan 23, 2014 at 05:09:56PM +0100, Giuseppe Scrivano wrote: > 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@xxxxxxxxxx> > --- > virtManager/create.py | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/virtManager/create.py b/virtManager/create.py > index 8c4197f..ef75089 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 > -- > 1.8.4.2 > That makes sense, thanks for fixing it after me :) Second occurrence of the same code is fixed correctly, so this is enough. ACK, Martin
Attachment:
signature.asc
Description: Digital signature
_______________________________________________ virt-tools-list mailing list virt-tools-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/virt-tools-list