diff options
| author | Dana Jansens <danakj@orodu.net> | 2003-01-08 17:10:00 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2003-01-08 17:10:00 +0000 |
| commit | ae0b364fce6e3fd5e621b4c28e81a1dc1e415fc6 (patch) | |
| tree | 8236cde7b7d3ce22f49fa741f0284978045514b0 | |
| parent | 8db3dc33e8f66cfccfb2ebd98708cb7caaf50c24 (diff) | |
pass the right num of shit to the client msg
| -rw-r--r-- | scripts/builtins.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/builtins.py b/scripts/builtins.py index 5b64c3b8..027ccabb 100644 --- a/scripts/builtins.py +++ b/scripts/builtins.py @@ -41,7 +41,7 @@ def close(data): if not client: return root = ScreenInfo_rootWindow(OBDisplay_screenInfo(data.screen())) window = OBClient_window(client) - send_client_msg(root, OBProperty_net_close_window, window) + send_client_msg(root, OBProperty_net_close_window, window, 0) def focus(data): """Focuses the window on which the event occured""" |
