summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--openbox/client.c2
1 files changed, 1 insertions, 1 deletions
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)