summaryrefslogtreecommitdiffstats
path: root/iw/task_gui.py
diff options
context:
space:
mode:
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)