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 ) id 1QkLUR-0004EN-FT for garchives@archives.gentoo.org; Fri, 22 Jul 2011 19:34:27 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AE74F21C531; Fri, 22 Jul 2011 19:34:09 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 7A45621C531 for ; Fri, 22 Jul 2011 19:34:09 +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 ECCF91B4017 for ; Fri, 22 Jul 2011 19:34:08 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id 45E2F8003D for ; Fri, 22 Jul 2011 19:34:08 +0000 (UTC) From: "Wiktor W Brodlo" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Wiktor W Brodlo" Message-ID: <97277699efdbcc476247aad9dded29de4e77868d.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: 97277699efdbcc476247aad9dded29de4e77868d Date: Fri, 22 Jul 2011 19:34:08 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: X-Archives-Hash: 7acf183035a052bc4086719b140163d4 commit: 97277699efdbcc476247aad9dded29de4e77868d Author: wiktor w brodlo brodlo net> AuthorDate: Fri Jul 22 19:33:57 2011 +0000 Commit: Wiktor W Brodlo brodlo net> CommitDate: Fri Jul 22 19:33:57 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/anaconda.git;= a=3Dcommit;h=3D97277699 iw/welcome_gui.py: change concat into %formatting --- 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 e7b7173..408a3d8 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("%s" % (_("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"+ch= apter) + InstallControlWindow(anaconda).set_chapter(chapter, title, "http= ://www.gentoo.org/doc/en/handbook/handbook-amd64.xml?part=3D1&chap=3D%i"%= chapter) return align =20 =20