From 95a11f35534a866514f9b8e9f5e929452c5df23a Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Sun, 2 Feb 2003 23:51:04 +0000 Subject: [PATCH] make restart's parameter optional --- scripts/callbacks.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/callbacks.py b/scripts/callbacks.py index 0852a3ac..024a197e 100644 --- a/scripts/callbacks.py +++ b/scripts/callbacks.py @@ -113,7 +113,7 @@ def focus(data): return data.client.focus() -def restart(data, other = ""): +def restart(data=0, other = ""): """Restarts Openbox, optionally starting another window manager.""" ob.openbox.restart(other) -- 2.39.2