diff options
author | wiktor w brodlo <wiktor@brodlo.net> | 2011-08-01 01:32:22 +0000 |
---|---|---|
committer | wiktor w brodlo <wiktor@brodlo.net> | 2011-08-01 01:32:22 +0000 |
commit | 3a9d409bdd8b2c5894ae70c9f51785dc0660cc45 (patch) | |
tree | 130de8f70eb4a22309ea09d67d733fa8dc9611a0 | |
parent | iw/mirrorselect_gui.py: rework the treeview render slightly (diff) | |
download | anaconda-3a9d409bdd8b2c5894ae70c9f51785dc0660cc45.tar.gz anaconda-3a9d409bdd8b2c5894ae70c9f51785dc0660cc45.tar.bz2 anaconda-3a9d409bdd8b2c5894ae70c9f51785dc0660cc45.zip |
iw/mirrorselect_gui.py: remove useless sorting
-rw-r--r-- | iw/mirrorselect_gui.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/iw/mirrorselect_gui.py b/iw/mirrorselect_gui.py index e5a2b13..2769144 100644 --- a/iw/mirrorselect_gui.py +++ b/iw/mirrorselect_gui.py @@ -101,7 +101,6 @@ class MirrorselectWindow(InstallWindow): ipv4_column.add_attribute(text_cell, "text", 2) ipv6_column.add_attribute(text_cell, "text", 3) treeview.set_search_column(1) - treeview.set_sort_column_id(0) self.xml.get_widget("mirrors_viewport").add(treeview) |