summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 110914c85..069a93c15 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.TRUE)
+ ics.setPrevEnabled (gtk.FALSE)
ics.setNextButton (gtk.STOCK_QUIT, _("Exit"))
ics.setHelpButtonEnabled (gtk.FALSE)
ics.setHelpEnabled(gtk.FALSE)