diff options
| author | Dana Jansens <danakj@orodu.net> | 2003-10-25 19:30:48 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2003-10-25 19:30:48 +0000 |
| commit | 16dc1c48c801a1626ca49c67d21c2aeaec65b3ad (patch) | |
| tree | 0ba1327b98abadec2015b19597ba7a83604b085d | |
| parent | 174de91c343dfbdfe866e566393bf4790ae22596 (diff) | |
oops typo of doom
| -rw-r--r-- | openbox/client.c | 2 |
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) |
