summaryrefslogtreecommitdiffstats
path: root/iw
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2005-04-26 17:11:37 +0000
committerJeremy Katz <katzj@redhat.com>2005-04-26 17:11:37 +0000
commit5eed78bbcc51758fb06fd4286751d4a1250ed21f (patch)
tree6e0299e017a3391a16ed04543c5fdcc35b686783 /iw
parent4d71fe0d53c8de935fb38d4d479a984e6eea844a (diff)
downloadanaconda-5eed78bbcc51758fb06fd4286751d4a1250ed21f.tar.gz
anaconda-5eed78bbcc51758fb06fd4286751d4a1250ed21f.tar.xz
anaconda-5eed78bbcc51758fb06fd4286751d4a1250ed21f.zip
2005-04-26 Jeremy Katz <katzj@redhat.com>
* iw/congrats_gui.py (CongratulationWindow.getScreen): Beep on install completion (#116681)
Diffstat (limited to 'iw')
-rw-r--r--iw/congrats_gui.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/iw/congrats_gui.py b/iw/congrats_gui.py
index 91ff44ac8..a8d75b5d7 100644
--- a/iw/congrats_gui.py
+++ b/iw/congrats_gui.py
@@ -67,5 +67,7 @@ class CongratulationWindow (InstallWindow):
label = gui.WrappingLabel(txt)
hbox.pack_start (label, True, True)
+
+ gtk.gdk.beep()
return hbox