From abf250489228252df7c8cafba946c1713106baae Mon Sep 17 00:00:00 2001 From: Mike khiretskiy Date: Tue, 24 Sep 2013 12:10:30 +0400 Subject: [PATCH] =?UTF-8?q?=D0=A3=D0=B4=D0=B0=D0=BB=D0=B5=D0=BD=20=D0=B2?= =?UTF-8?q?=D1=8B=D0=B2=D0=BE=D0=B4=20=D0=B7=D0=B2=D1=83=D0=BA=D0=BE=D0=B2?= =?UTF-8?q?=D0=BE=D0=B9=20=D0=BA=D0=B0=D1=80=D1=82=D1=8B=20=D0=BF=D1=80?= =?UTF-8?q?=D0=B8=20=D1=83=D1=81=D1=82=D0=B0=D0=BD=D0=BE=D0=B2=D0=BA=D0=B5?= =?UTF-8?q?=20=D0=BD=D0=B0=20flash.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- install/variables/system.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/variables/system.py b/install/variables/system.py index dd5a974..b54aaf8 100644 --- a/install/variables/system.py +++ b/install/variables/system.py @@ -766,6 +766,6 @@ class VariableOsAudioDefault(Variable): """ Audio setting up unavailable for flash installation """ - if self.Get('os_install_root_type') != 'flash': + if self.Get('os_install_root_type') == 'flash': return _("Audio configuration unavailable for Flash install") return ""