diff options
author | wiktor w brodlo <wiktor@brodlo.net> | 2011-08-01 09:09:23 +0000 |
---|---|---|
committer | wiktor w brodlo <wiktor@brodlo.net> | 2011-08-01 09:09:23 +0000 |
commit | 17904e5b34031a5b8b3a45eb6757fa8369e140a8 (patch) | |
tree | 80e5652e9247e99d54f88117b9afc23d0deb3fa3 | |
parent | iw/mirrorselect_gui.py: enable editable column URL (diff) | |
download | anaconda-17904e5b34031a5b8b3a45eb6757fa8369e140a8.tar.gz anaconda-17904e5b34031a5b8b3a45eb6757fa8369e140a8.tar.bz2 anaconda-17904e5b34031a5b8b3a45eb6757fa8369e140a8.zip |
iw/mirrorselect_gui.py: typo
-rw-r--r-- | iw/mirrorselect_gui.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/iw/mirrorselect_gui.py b/iw/mirrorselect_gui.py index 235aed0..c2c5caf 100644 --- a/iw/mirrorselect_gui.py +++ b/iw/mirrorselect_gui.py @@ -116,7 +116,7 @@ class MirrorselectWindow(InstallWindow): ipv6 = " ipv6" ts.append(country_ts, [cb, mirror, ipv4, ipv6]) - ts.set(contry_ts, COLUMN_EDITABLE, True) + ts.set(country_ts, COLUMN_EDITABLE, True) def downloadMirrorlist(self): try: |