summaryrefslogtreecommitdiffstats
path: root/gui.py
diff options
context:
space:
mode:
authorMatt Wilson <msw@redhat.com>1999-09-11 15:43:56 +0000
committerMatt Wilson <msw@redhat.com>1999-09-11 15:43:56 +0000
commit67b133020bb2a5ba90005ac6da55a0d5d1424799 (patch)
tree68eae41b81639206b3de7dc12b4a3c1335144048 /gui.py
parente0e974477f07b1eb16c7553528b3f64d5d520ce5 (diff)
downloadanaconda-67b133020bb2a5ba90005ac6da55a0d5d1424799.tar.gz
anaconda-67b133020bb2a5ba90005ac6da55a0d5d1424799.tar.xz
anaconda-67b133020bb2a5ba90005ac6da55a0d5d1424799.zip
patch from jj, misc fixesbefore.po.msgmerge
Diffstat (limited to 'gui.py')
-rwxr-xr-xgui.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/gui.py b/gui.py
index cadaa7a7e..4ed8ce8f9 100755
--- a/gui.py
+++ b/gui.py
@@ -277,7 +277,7 @@ class InstallControlWindow (Thread):
buttons["prev"].set_sensitive (ics.getPrevEnabled ())
buttons["next"].set_sensitive (ics.getNextEnabled ())
-
+
if ics.getHelpEnabled () == FALSE:
if self.displayHelp:
self.helpClicked (self.hideHelpButton)
@@ -379,7 +379,6 @@ class InstallControlWindow (Thread):
class InstallControlState:
-
def __init__ (self, cw, ii, todo, title = "Install Window",
prevEnabled = 1, nextEnabled = 0, html = ""):
self.searchPath = [ "/usr/share/anaconda/", "./" ]