]> Dogcows Code - chaz/openbox/commitdiff
typo
authorDana Jansens <danakj@orodu.net>
Thu, 25 Sep 2003 22:00:36 +0000 (22:00 +0000)
committerDana Jansens <danakj@orodu.net>
Thu, 25 Sep 2003 22:00:36 +0000 (22:00 +0000)
openbox/client.c

index 266eea434c8782feb10be076b6ca42fa08513c95..8e3252137cff9e3d21f77051a75e0b23b1bd90da 100644 (file)
@@ -279,7 +279,7 @@ void client_manage(Window window)
     /* focus the new window? */
     if (ob_state() != OB_STATE_STARTING &&
         (config_focus_new || (self->transient_for &&
-                              self->transient_for != TRAN_GROUP &&
+                              self->transient_for != OB_TRAN_GROUP &&
                               client_focused(self->transient_for))) &&
         /* note the check against Type_Normal/Dialog, not client_normal(self),
            which would also include other types. in this case we want more
This page took 0.032744 seconds and 4 git commands to generate.