diff options
| author | Dana Jansens <danakj@orodu.net> | 2003-02-02 23:02:51 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2003-02-02 23:02:51 +0000 |
| commit | c2527df85a011041e3c78abcc4e6789c0a204542 (patch) | |
| tree | 4fb9525108b8b24267b7c4e798ce9c09ac318fe6 /scripts | |
| parent | b9ac2d30cf65fc3147f23d023942b3e6f8a4f29c (diff) | |
make the param optional
Diffstat (limited to 'scripts')
| -rw-r--r-- | scripts/callbacks.py | 2 |
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() |
