diff options
| author | Dana Jansens <danakj@orodu.net> | 2007-04-24 19:26:48 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2007-04-24 19:26:48 +0000 |
| commit | ca8665e3093108d5b148916de69ffd9a13be88e4 (patch) | |
| tree | c8f3fcb4b3098e25133b5b6612381312219671ac | |
| parent | 8446e50b7a6af13f2e06b8bdb2784ce2cb11ce5e (diff) | |
fix a comment
| -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 fceac875..8098b3dc 100644 --- a/openbox/client.c +++ b/openbox/client.c @@ -385,7 +385,7 @@ void client_manage(Window window) ob_debug("Want to focus new window 0x%x with time %u (last time %u)\n", self->window, self->user_time, last_time); - /* If a nothing at all, or a parent was focused, then focus this + /* If nothing is focused, or a parent was focused, then focus this always */ if (!focus_client || client_search_focus_parent(self) != NULL) |
