From ca8665e3093108d5b148916de69ffd9a13be88e4 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Tue, 24 Apr 2007 19:26:48 +0000 Subject: [PATCH] fix a comment --- openbox/client.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.44.0