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:
1c87358
)
set the group to null when removeing ourselves from it
author
Dana Jansens
<danakj@orodu.net>
Wed, 16 Apr 2003 00:49:06 +0000
(
00:49
+0000)
committer
Dana Jansens
<danakj@orodu.net>
Wed, 16 Apr 2003 00:49:06 +0000
(
00:49
+0000)
openbox/client.c
patch
|
blob
|
history
diff --git
a/openbox/client.c
b/openbox/client.c
index 5b81cd2262916e8db91c51aa899c6ae64d1cc720..8f3953bb02cfee5391de7bc7ab826c87065e9592 100644
(file)
--- a/
openbox/client.c
+++ b/
openbox/client.c
@@
-1048,6
+1048,7
@@
void client_update_wmhints(Client *self)
self->transients = g_slist_remove(self->transients,
it->data);
}
+ self->group = NULL;
}
if (hints->window_group != None)
self->group = group_add(hints->window_group, self);