summaryrefslogtreecommitdiffstats
path: root/iw/task_gui.py
diff options
context:
space:
mode:
authorChris Lumens <clumens@redhat.com>2008-11-04 17:24:48 -0500
committerChris Lumens <clumens@redhat.com>2008-11-05 17:01:01 -0500
commitefdea5684fb68a1480eece50103f2f321daf6741 (patch)
tree4b2531b9f625a128e0b1fe65e36d18934573a4ee /iw/task_gui.py
parent66e8995529c1bb8d9667440b2d1ab242ac9f12b3 (diff)
downloadanaconda-efdea5684fb68a1480eece50103f2f321daf6741.tar.gz
anaconda-efdea5684fb68a1480eece50103f2f321daf6741.tar.xz
anaconda-efdea5684fb68a1480eece50103f2f321daf6741.zip
Set the correct path when using the directory chooser.
Diffstat (limited to 'iw/task_gui.py')
-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 e18aef1d5..8296e83fa 100644
--- a/iw/task_gui.py
+++ b/iw/task_gui.py
@@ -199,7 +199,7 @@ class RepoEditor:
(device, fstype, path) = m.split(":")
# find device in self.partitionComboBox and select it
- self.directoryChooser.set_current_folder(path)
+ self.directoryChooser.set_current_folder("%s%s" % (self.anaconda.backend.ayum.isodir, path))
else:
self.typeComboBox.set_active(0)
self.proxyCheckbox.set_active(False)