From ae0b364fce6e3fd5e621b4c28e81a1dc1e415fc6 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Wed, 8 Jan 2003 17:10:00 +0000 Subject: [PATCH] pass the right num of shit to the client msg --- scripts/builtins.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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""" -- 2.45.2