From: Dana Jansens Date: Sat, 25 Oct 2003 19:30:48 +0000 (+0000) Subject: oops typo of doom X-Git-Url: https://git.dogcows.com/gitweb?a=commitdiff_plain;h=16dc1c48c801a1626ca49c67d21c2aeaec65b3ad;p=chaz%2Fopenbox oops typo of doom --- 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)