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-367848-garchives=archives.gentoo.org@lists.gentoo.org>)
	id 1QnoL5-0000Me-IP
	for garchives@archives.gentoo.org; Mon, 01 Aug 2011 08:59:08 +0000
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 1CB0621C033;
	Mon,  1 Aug 2011 08:58:56 +0000 (UTC)
Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183])
	by pigeon.gentoo.org (Postfix) with ESMTP id C510A21C033
	for <gentoo-commits@lists.gentoo.org>; Mon,  1 Aug 2011 08:58:56 +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 3C9982AC00C
	for <gentoo-commits@lists.gentoo.org>; Mon,  1 Aug 2011 08:58:56 +0000 (UTC)
Received: from localhost.localdomain (localhost [127.0.0.1])
	by pelican.gentoo.org (Postfix) with ESMTP id 548F23C004
	for <gentoo-commits@lists.gentoo.org>; Mon,  1 Aug 2011 08:58:55 +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: <f9939f37bc9457bd7e93bc4ce7c17a36fb9eaa7c.wiktor@gentoo>
Subject: [gentoo-commits] proj/anaconda:master commit in: iw/
X-VCS-Repository: proj/anaconda
X-VCS-Files: iw/mirrorselect_gui.py
X-VCS-Directories: iw/
X-VCS-Committer: wiktor
X-VCS-Committer-Name: Wiktor W Brodlo
X-VCS-Revision: f9939f37bc9457bd7e93bc4ce7c17a36fb9eaa7c
Date: Mon,  1 Aug 2011 08:58:55 +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: 33e38d467a277bd68e829e9f5589764b

commit:     f9939f37bc9457bd7e93bc4ce7c17a36fb9eaa7c
Author:     wiktor w brodlo <wiktor <AT> brodlo <DOT> net>
AuthorDate: Mon Aug  1 08:58:38 2011 +0000
Commit:     Wiktor W Brodlo <wiktor <AT> brodlo <DOT> net>
CommitDate: Mon Aug  1 08:58:38 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=3Dproj/anaconda.git;=
a=3Dcommit;h=3Df9939f37

iw/mirrorselect_gui.py: enable editable column URL

---
 iw/mirrorselect_gui.py |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/iw/mirrorselect_gui.py b/iw/mirrorselect_gui.py
index 062766f..235aed0 100644
--- a/iw/mirrorselect_gui.py
+++ b/iw/mirrorselect_gui.py
@@ -116,6 +116,7 @@ class MirrorselectWindow(InstallWindow):
 			ipv6 =3D " ipv6"
 	=09
 		ts.append(country_ts, [cb, mirror, ipv4, ipv6])
+		ts.set(contry_ts, COLUMN_EDITABLE, True)
 =09
 	def downloadMirrorlist(self):
 		try: