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-364833-garchives=archives.gentoo.org@lists.gentoo.org>) id 1QkNBA-000285-Tz for garchives@archives.gentoo.org; Fri, 22 Jul 2011 21:22:41 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 467AA21C044; Fri, 22 Jul 2011 21:22:31 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 187C421C044 for <gentoo-commits@lists.gentoo.org>; Fri, 22 Jul 2011 21:22:31 +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 921761B401F for <gentoo-commits@lists.gentoo.org>; Fri, 22 Jul 2011 21:22:30 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id B1B798003D for <gentoo-commits@lists.gentoo.org>; Fri, 22 Jul 2011 21:22:29 +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: <2cc2df40849db86ef25c7bb1d2c6fce47071122c.wiktor@gentoo> Subject: [gentoo-commits] proj/anaconda:master commit in: iw/ X-VCS-Repository: proj/anaconda X-VCS-Files: iw/welcome_gui.py X-VCS-Directories: iw/ X-VCS-Committer: wiktor X-VCS-Committer-Name: Wiktor W Brodlo X-VCS-Revision: 2cc2df40849db86ef25c7bb1d2c6fce47071122c Date: Fri, 22 Jul 2011 21:22:29 +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: 520246cf5070e7b4b59ab7b7cef3c477 commit: 2cc2df40849db86ef25c7bb1d2c6fce47071122c Author: wiktor w brodlo <wiktor <AT> brodlo <DOT> net> AuthorDate: Fri Jul 22 21:22:10 2011 +0000 Commit: Wiktor W Brodlo <wiktor <AT> brodlo <DOT> net> CommitDate: Fri Jul 22 21:22:10 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/anaconda.git;= a=3Dcommit;h=3D2cc2df40 iw/welcome_gui.py: use the already created InstallControlWindow --- iw/welcome_gui.py | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/iw/welcome_gui.py b/iw/welcome_gui.py index 408a3d8..97a73f9 100644 --- a/iw/welcome_gui.py +++ b/iw/welcome_gui.py @@ -113,7 +113,7 @@ environment installed on your new system. "), text_ =3D xml.get_widget("text") title_.set_markup("<span size=3D\"x-large\">%s</span>" % (_("Cha= pter %i: %s") % (chapter, title))) text_.set_text(text) - InstallControlWindow(anaconda).set_chapter(chapter, title, "http= ://www.gentoo.org/doc/en/handbook/handbook-amd64.xml?part=3D1&chap=3D%i"%= chapter) + anaconda._intf.icw.set_chapter(chapter, title, "http://www.gento= o.org/doc/en/handbook/handbook-amd64.xml?part=3D1&chap=3D%i"%chapter) return align =20 =20