From efdea5684fb68a1480eece50103f2f321daf6741 Mon Sep 17 00:00:00 2001 From: Chris Lumens Date: Tue, 4 Nov 2008 17:24:48 -0500 Subject: Set the correct path when using the directory chooser. --- iw/task_gui.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'iw/task_gui.py') 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) -- cgit