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 1QoRZJ-0004vc-JR for garchives@archives.gentoo.org; Wed, 03 Aug 2011 02:52:25 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id ED47B21C028; Wed, 3 Aug 2011 02:52:16 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id A684121C028 for ; Wed, 3 Aug 2011 02:52:16 +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 2338F1B4029 for ; Wed, 3 Aug 2011 02:52:16 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id 6492B3C004 for ; Wed, 3 Aug 2011 02:52:15 +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: Subject: [gentoo-commits] proj/anaconda:master commit in: iw/ X-VCS-Repository: proj/anaconda X-VCS-Files: iw/mirrorselect-sync_gui.py iw/mirrorselect_gui.py iw/timezone_gui.py X-VCS-Directories: iw/ X-VCS-Committer: wiktor X-VCS-Committer-Name: Wiktor W Brodlo X-VCS-Revision: e2f859eff0a72d315f924e8c4438d0d7e6f452ec Date: Wed, 3 Aug 2011 02:52:15 +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: fdc88793a6ce9fae4c6176f788402b4d commit: e2f859eff0a72d315f924e8c4438d0d7e6f452ec Author: wiktor w brodlo brodlo net> AuthorDate: Wed Aug 3 02:51:09 2011 +0000 Commit: Wiktor W Brodlo brodlo net> CommitDate: Wed Aug 3 02:51:09 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/anaconda.git;= a=3Dcommit;h=3De2f859ef Resize timezone widget, fix the treeview in mirrorselect --- iw/mirrorselect-sync_gui.py | 4 +++- iw/mirrorselect_gui.py | 4 +++- iw/timezone_gui.py | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/iw/mirrorselect-sync_gui.py b/iw/mirrorselect-sync_gui.py index 9d07d53..c9bbbc4 100644 --- a/iw/mirrorselect-sync_gui.py +++ b/iw/mirrorselect-sync_gui.py @@ -39,7 +39,9 @@ class MirrorselectSyncWindow(InstallWindow): def getNext(self): for button in self.buttons: if button.get_property("active"): - self.anaconda.mirrors_sync.append(button.get_property("label")) + # For while the treeview is broken + #self.anaconda.mirrors_sync.append(button.get_property("label")) + self.anaconda.mirrors_sync.append("rsync://rsync.gentoo.org/gentoo-p= ortage") return None =20 def getScreen(self, anaconda): diff --git a/iw/mirrorselect_gui.py b/iw/mirrorselect_gui.py index d5aa6f5..64d536f 100644 --- a/iw/mirrorselect_gui.py +++ b/iw/mirrorselect_gui.py @@ -42,7 +42,9 @@ class MirrorselectWindow(InstallWindow): def getNext(self): for button in self.buttons: if button.get_property("active"): - self.anaconda.mirrors.append(button.get_property("label")) + # For while the treeview is broken + #self.anaconda.mirrors.append(button.get_property("label")) + self.anaconda.mirrors.append("http://mirrors.kernel.org/gentoo/") return None =20 def getScreen(self, anaconda): diff --git a/iw/timezone_gui.py b/iw/timezone_gui.py index bfe8029..0e96069 100644 --- a/iw/timezone_gui.py +++ b/iw/timezone_gui.py @@ -80,7 +80,7 @@ class TimezoneWindow(InstallWindow): ratio =3D float(p_w)/p_h screen_x, screen_y =3D self.ics.cw.window.get_size() screen_x -=3D 80 - screen_y -=3D 200 + screen_y -=3D 300 p_w -=3D 80 =20 if screen_x < p_w: