summaryrefslogtreecommitdiffstats
path: root/iw
diff options
context:
space:
mode:
authorChris Lumens <clumens@redhat.com>2007-12-18 14:54:15 -0500
committerChris Lumens <clumens@redhat.com>2008-01-22 14:26:03 -0500
commit18c6a3501d0a3496332a58b0bd51ccd0d9965079 (patch)
tree1ee72c0f054b6a19a4a8a4852bc0ca337d69d056 /iw
parent682c94b0a991447bfa14a2859ee54b474c0ff416 (diff)
downloadanaconda-18c6a3501d0a3496332a58b0bd51ccd0d9965079.tar.gz
anaconda-18c6a3501d0a3496332a58b0bd51ccd0d9965079.tar.xz
anaconda-18c6a3501d0a3496332a58b0bd51ccd0d9965079.zip
Add the default repo to the UI so it can be edited later.
Diffstat (limited to 'iw')
-rw-r--r--iw/task_gui.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/iw/task_gui.py b/iw/task_gui.py
index ba6541eed..231224382 100644
--- a/iw/task_gui.py
+++ b/iw/task_gui.py
@@ -240,7 +240,7 @@ class TaskWindow(InstallWindow):
self.anaconda = anaconda
self.tasks = anaconda.id.instClass.tasks
- self.repos = anaconda.id.instClass.repos
+ self.repos = anaconda.backend.ayum.repos
(self.xml, vbox) = gui.getGladeWidget("tasksel.glade", "taskBox")