summaryrefslogtreecommitdiffstats
path: root/iw/congrats_gui.py
diff options
context:
space:
mode:
authorMike Fulbright <msf@redhat.com>2002-05-29 03:04:52 +0000
committerMike Fulbright <msf@redhat.com>2002-05-29 03:04:52 +0000
commit63987c5ffcdde087fdbc42bef818a9c370557507 (patch)
tree0b72a42eb7c84223addb554ec7d45e403d4e1236 /iw/congrats_gui.py
parent37e8dc8c34322c14e9befbbb12740d4f3b4da53d (diff)
downloadanaconda-63987c5ffcdde087fdbc42bef818a9c370557507.tar.gz
anaconda-63987c5ffcdde087fdbc42bef818a9c370557507.tar.xz
anaconda-63987c5ffcdde087fdbc42bef818a9c370557507.zip
its ok to go back now
Diffstat (limited to 'iw/congrats_gui.py')
-rw-r--r--iw/congrats_gui.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/iw/congrats_gui.py b/iw/congrats_gui.py
index 4c3830253..91c9638db 100644
--- a/iw/congrats_gui.py
+++ b/iw/congrats_gui.py
@@ -24,7 +24,7 @@ class CongratulationWindow (InstallWindow):
def __init__ (self, ics):
InstallWindow.__init__ (self, ics)
- ics.setPrevEnabled (gtk.FALSE)
+ ics.setPrevEnabled (gtk.TRUE)
ics.setNextButton (gtk.STOCK_QUIT, _("Exit"))
ics.setHelpButtonEnabled (gtk.FALSE)
ics.setHelpEnabled(gtk.FALSE)