From 16dc1c48c801a1626ca49c67d21c2aeaec65b3ad Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Sat, 25 Oct 2003 19:30:48 +0000 Subject: [PATCH] oops typo of doom --- openbox/client.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openbox/client.c b/openbox/client.c index c2ddd21a..de66ac23 100644 --- a/openbox/client.c +++ b/openbox/client.c @@ -2777,7 +2777,7 @@ void client_raise(ObClient *self) void client_lower(ObClient *self) { - action_run_string("Raise", self); + action_run_string("Lower", self); } gboolean client_focused(ObClient *self) -- 2.45.2