summaryrefslogtreecommitdiffstats
path: root/iw/congrats_gui.py
diff options
context:
space:
mode:
authorMike Fulbright <msf@redhat.com>2002-12-14 00:07:13 +0000
committerMike Fulbright <msf@redhat.com>2002-12-14 00:07:13 +0000
commit9991deb6ea8ba671871bd6d5390f6270b52570f2 (patch)
tree5f985e575aa2a8e727936be7701125bf87cff0bf /iw/congrats_gui.py
parent10824d3e5004c5b3ec5c7b9a4444016097746470 (diff)
downloadanaconda-9991deb6ea8ba671871bd6d5390f6270b52570f2.tar.gz
anaconda-9991deb6ea8ba671871bd6d5390f6270b52570f2.tar.xz
anaconda-9991deb6ea8ba671871bd6d5390f6270b52570f2.zip
screenshot support for GUI
Diffstat (limited to 'iw/congrats_gui.py')
-rw-r--r--iw/congrats_gui.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/iw/congrats_gui.py b/iw/congrats_gui.py
index 50cc9dd36..9f94bd2ec 100644
--- a/iw/congrats_gui.py
+++ b/iw/congrats_gui.py
@@ -31,6 +31,10 @@ class CongratulationWindow (InstallWindow):
ics.setHelpEnabled(gtk.FALSE)
ics.setGrabNext(1)
+ def getNext(self):
+ # XXX - copy any screenshots over
+ gui.copyScreenshots()
+
# CongratulationWindow tag=NA
def getScreen (self):
self.ics.setHelpEnabled (gtk.FALSE)