From mboxrd@z Thu Jan  1 00:00:00 1970
Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org)
	by finch.gentoo.org with esmtp (Exim 4.60)
	(envelope-from <gentoo-commits+bounces-361466-garchives=archives.gentoo.org@lists.gentoo.org>)
	id 1QfcVQ-0002YB-Pc
	for garchives@archives.gentoo.org; Sat, 09 Jul 2011 18:44:03 +0000
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id D8F8E21C1C5;
	Sat,  9 Jul 2011 18:43:48 +0000 (UTC)
Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183])
	by pigeon.gentoo.org (Postfix) with ESMTP id 987AA21C1C5
	for <gentoo-commits@lists.gentoo.org>; Sat,  9 Jul 2011 18:43:48 +0000 (UTC)
Received: from pelican.gentoo.org (unknown [66.219.59.40])
	(using TLSv1 with cipher ADH-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by smtp.gentoo.org (Postfix) with ESMTPS id 21CB61B4005
	for <gentoo-commits@lists.gentoo.org>; Sat,  9 Jul 2011 18:43:48 +0000 (UTC)
Received: from localhost.localdomain (localhost [127.0.0.1])
	by pelican.gentoo.org (Postfix) with ESMTP id 4DC1A8003D
	for <gentoo-commits@lists.gentoo.org>; Sat,  9 Jul 2011 18:43:47 +0000 (UTC)
From: "Wiktor W Brodlo" <wiktor@brodlo.net>
To: gentoo-commits@lists.gentoo.org
Content-type: text/plain; charset=UTF-8
Reply-To: gentoo-dev@lists.gentoo.org, "Wiktor W Brodlo" <wiktor@brodlo.net>
Message-ID: <29f85a3a28f7d45fa3d5f75e9ba69febbd3cd2b7.wiktor@gentoo>
Subject: [gentoo-commits] proj/anaconda:master commit in: iw/
X-VCS-Repository: proj/anaconda
X-VCS-Files: iw/xorg_gui.py
X-VCS-Directories: iw/
X-VCS-Committer: wiktor
X-VCS-Committer-Name: Wiktor W Brodlo
X-VCS-Revision: 29f85a3a28f7d45fa3d5f75e9ba69febbd3cd2b7
Date: Sat,  9 Jul 2011 18:43:47 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
Content-Transfer-Encoding: quoted-printable
X-Archives-Salt: 
X-Archives-Hash: 32761a365b3846d851adcca3aa1fc98f

commit:     29f85a3a28f7d45fa3d5f75e9ba69febbd3cd2b7
Author:     wiktor w brodlo <wiktor <AT> brodlo <DOT> net>
AuthorDate: Sat Jul  9 18:43:35 2011 +0000
Commit:     Wiktor W Brodlo <wiktor <AT> brodlo <DOT> net>
CommitDate: Sat Jul  9 18:43:35 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=3Dproj/anaconda.git;=
a=3Dcommit;h=3D29f85a3a

iw/xorg_gui.py: colonoscopy

---
 iw/xorg_gui.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/iw/xorg_gui.py b/iw/xorg_gui.py
index 9b0f8e2..c4ce6c5 100644
--- a/iw/xorg_gui.py
+++ b/iw/xorg_gui.py
@@ -39,7 +39,7 @@ class XorgWindow(InstallWindow):
 	def getNext(self):
 		for de in des:
 			cb =3D self.xml.get_widget(de)
-			if cb.get_property("active")
+			if cb.get_property("active"):
 				self.anaconda.xorg =3D de
 		return None
=20