aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwiktor w brodlo <wiktor@brodlo.net>2011-08-01 01:41:00 +0000
committerwiktor w brodlo <wiktor@brodlo.net>2011-08-01 01:41:00 +0000
commit2fd98cd9fab9464c542df0f0f8e2a4366eda3d0e (patch)
tree8115ecc83fb680a1fd0f385c5c5a654c3a82e743
parentiw/mirrorselect_gui.py: remove useless sorting (diff)
downloadanaconda-2fd98cd9fab9464c542df0f0f8e2a4366eda3d0e.tar.gz
anaconda-2fd98cd9fab9464c542df0f0f8e2a4366eda3d0e.tar.bz2
anaconda-2fd98cd9fab9464c542df0f0f8e2a4366eda3d0e.zip
iw/mirrorselect-sync_gui.py: update for the new treeview model
-rw-r--r--iw/mirrorselect-sync_gui.py4
1 files changed, 1 insertions, 3 deletions
diff --git a/iw/mirrorselect-sync_gui.py b/iw/mirrorselect-sync_gui.py
index 3fbb4cc..64c28af 100644
--- a/iw/mirrorselect-sync_gui.py
+++ b/iw/mirrorselect-sync_gui.py
@@ -69,9 +69,7 @@ class MirrorselectSyncWindow(InstallWindow):
mirrors_parsed = ms.parseMirrors(mirrorsf)
self.mirrors = ms.mirrorList(mirrors_parsed, "rsync")
- self.table = self.xml.get_widget("mirrors_table")
-
- ms.addMirrors(self.table, self.mirrors, mirrors_parsed)
+ ms.addMirrors(self.mirrors, mirrors_parsed)
self.buttons = ms.buttons
return self.align