summaryrefslogtreecommitdiffstats
path: root/gui.py
diff options
context:
space:
mode:
authorMatt Wilson <msw@redhat.com>2003-01-16 21:31:47 +0000
committerMatt Wilson <msw@redhat.com>2003-01-16 21:31:47 +0000
commit5bf419ec09b72743129e395cc9a938bee62f71c4 (patch)
tree24a724d576a270575ea6362af3b055c698a73baf /gui.py
parent972c3c78379e21e583981e4e5caa8f5658c36905 (diff)
downloadanaconda-5bf419ec09b72743129e395cc9a938bee62f71c4.tar.gz
anaconda-5bf419ec09b72743129e395cc9a938bee62f71c4.tar.xz
anaconda-5bf419ec09b72743129e395cc9a938bee62f71c4.zip
search RHupdates for html as well
Diffstat (limited to 'gui.py')
-rwxr-xr-xgui.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/gui.py b/gui.py
index cb556a1b7..af2e82b20 100755
--- a/gui.py
+++ b/gui.py
@@ -1284,7 +1284,8 @@ class InstallControlWindow:
class InstallControlState:
def __init__ (self, cw):
- self.searchPath = [ "./", "/usr/share/anaconda/", "./" ]
+ self.searchPath = ("/mnt/source/RHupdates",
+ "./", "/usr/share/anaconda/")
self.cw = cw
self.prevEnabled = 1
self.nextEnabled = 1