summaryrefslogtreecommitdiff
path: root/scripts/callbacks.py
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2003-02-02 23:02:51 +0000
committerDana Jansens <danakj@orodu.net>2003-02-02 23:02:51 +0000
commitc2527df85a011041e3c78abcc4e6789c0a204542 (patch)
tree4fb9525108b8b24267b7c4e798ce9c09ac318fe6 /scripts/callbacks.py
parentb9ac2d30cf65fc3147f23d023942b3e6f8a4f29c (diff)
make the param optional
Diffstat (limited to 'scripts/callbacks.py')
-rw-r--r--scripts/callbacks.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/callbacks.py b/scripts/callbacks.py
index e0ffd5e8..0852a3ac 100644
--- a/scripts/callbacks.py
+++ b/scripts/callbacks.py
@@ -117,7 +117,7 @@ def restart(data, other = ""):
"""Restarts Openbox, optionally starting another window manager."""
ob.openbox.restart(other)
-def exit(data):
+def exit(data=0):
"""Exits Openbox."""
ob.openbox.shutdown()