From: Dana Jansens Date: Mon, 28 May 2007 02:13:17 +0000 (+0000) Subject: typo and ()s X-Git-Url: https://git.brokenzipper.com/gitweb?a=commitdiff_plain;h=9182f1a60385dce7a40e2fd162129510a91aced8;p=chaz%2Fopenbox typo and ()s --- diff --git a/openbox/client.c b/openbox/client.c index e7877c78..37d27ab5 100644 --- a/openbox/client.c +++ b/openbox/client.c @@ -2377,8 +2377,8 @@ ObClient *client_search_focus_tree_full(ObClient *self) gboolean client_has_parent(ObClient *self) { return (self->transient_for && - (self->transient_for != TRAN_GROUP || - self->group && self->group->members->next)); + (self->transient_for != OB_TRAN_GROUP || + (self->group && self->group->members->next))); } static ObStackingLayer calc_layer(ObClient *self)