From: Dana Jansens Date: Tue, 24 Apr 2007 19:26:48 +0000 (+0000) Subject: fix a comment X-Git-Url: https://git.dogcows.com/gitweb?a=commitdiff_plain;h=ca8665e3093108d5b148916de69ffd9a13be88e4;p=chaz%2Fopenbox fix a comment --- 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)