diff options
author | wiktor w brodlo <wiktor@brodlo.net> | 2011-08-01 08:58:38 +0000 |
---|---|---|
committer | wiktor w brodlo <wiktor@brodlo.net> | 2011-08-01 08:58:38 +0000 |
commit | f9939f37bc9457bd7e93bc4ce7c17a36fb9eaa7c (patch) | |
tree | 1458e8eb9ccae9061a690a9aafde52e6a10f79fa | |
parent | iw/mirrorselect_gui.py: use the local xml instance (diff) | |
download | anaconda-f9939f37bc9457bd7e93bc4ce7c17a36fb9eaa7c.tar.gz anaconda-f9939f37bc9457bd7e93bc4ce7c17a36fb9eaa7c.tar.bz2 anaconda-f9939f37bc9457bd7e93bc4ce7c17a36fb9eaa7c.zip |
iw/mirrorselect_gui.py: enable editable column URL
-rw-r--r-- | 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 = " ipv6" ts.append(country_ts, [cb, mirror, ipv4, ipv6]) + ts.set(contry_ts, COLUMN_EDITABLE, True) def downloadMirrorlist(self): try: |