projects
/
dana
/
openbox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f3a93ae
)
oops nm
author
Dana Jansens
<danakj@orodu.net>
Wed, 16 Apr 2003 00:53:52 +0000
(
00:53
+0000)
committer
Dana Jansens
<danakj@orodu.net>
Wed, 16 Apr 2003 00:53:52 +0000
(
00:53
+0000)
openbox/client.c
patch
|
blob
|
history
diff --git
a/openbox/client.c
b/openbox/client.c
index 192a86e356f0d73a429ac268fb4f695b096f202f..d86e42532bf627e7941d735adbc0fcbee5c5afb2 100644
(file)
--- a/
openbox/client.c
+++ b/
openbox/client.c
@@
-1036,7
+1036,7
@@
void client_update_wmhints(Client *self)
if (!(hints->flags & WindowGroupHint))
hints->window_group = None; /* no group */
/* did the group state change? */
- if (hints->window_group !=
self->group ? self->group->leader : None)
{
+ if (hints->window_group !=
(self->group ? self->group->leader : None))
{
/* remove from the old group if there was one */
if (self->group != NULL) {
/* remove transients of the group */