summaryrefslogtreecommitdiffstats
path: root/iw
diff options
context:
space:
mode:
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