diff options
| author | Dana Jansens <danakj@orodu.net> | 2007-04-22 04:35:23 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2007-04-22 04:35:23 +0000 |
| commit | 6e7abeb86074fd4ea778cfa1480ef6aae7bc4eec (patch) | |
| tree | dcbb00cdba6fb6f3d6919ec268fd3fea2468ab10 | |
| parent | 939fbcfd31e07a6e0f1cdbfcef9b04f63e6af700 (diff) | |
engrish
| -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 78a6681d..e801ac18 100644 --- a/openbox/client.c +++ b/openbox/client.c @@ -472,7 +472,7 @@ void client_manage(Window window) client_focus(self); } - /* client_activate does this but we aret using it so we have to do it + /* client_activate does this but we aren't using it so we have to do it here as well */ if (screen_showing_desktop) screen_show_desktop(FALSE); |
