projects
/
dana
/
openbox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
174de91
)
oops typo of doom
author
Dana Jansens
<danakj@orodu.net>
Sat, 25 Oct 2003 19:30:48 +0000
(19:30 +0000)
committer
Dana Jansens
<danakj@orodu.net>
Sat, 25 Oct 2003 19:30:48 +0000
(19:30 +0000)
openbox/client.c
patch
|
blob
|
history
diff --git
a/openbox/client.c
b/openbox/client.c
index c2ddd21a2b2e9311584db000eb859f26ab3ef3d7..de66ac236345b9797e7d0f237c893dcbb76f2174 100644
(file)
--- 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)