]> Dogcows Code - chaz/openbox/commitdiff
i lied.. fuck @ those gnome dialogs
authorDana Jansens <danakj@orodu.net>
Sat, 19 Apr 2003 21:11:04 +0000 (21:11 +0000)
committerDana Jansens <danakj@orodu.net>
Sat, 19 Apr 2003 21:11:04 +0000 (21:11 +0000)
openbox/client.c

index a9f3204451cfe25f8908dc3265dc579c9b198fc3..a473fdb187b1f2c3f2f0007b72a42efd28d07939 100644 (file)
@@ -258,7 +258,7 @@ void client_manage(Window window)
         /* note the check against Type_Normal, not client_normal(self), which
            would also include dialog types. in this case we want more strict
            rules for focus */
-        if ((config_focus_new && client_normal(self)) ||
+        if ((config_focus_new && self->type == Type_Normal) ||
             (parent && (client_focused(parent) ||
                         search_focus_tree(parent, parent)))) {
             client_focus(self);
This page took 0.029977 seconds and 4 git commands to generate.