]> Dogcows Code - chaz/openbox/commitdiff
set the group to null when removeing ourselves from it
authorDana Jansens <danakj@orodu.net>
Wed, 16 Apr 2003 00:49:06 +0000 (00:49 +0000)
committerDana Jansens <danakj@orodu.net>
Wed, 16 Apr 2003 00:49:06 +0000 (00:49 +0000)
openbox/client.c

index 5b81cd2262916e8db91c51aa899c6ae64d1cc720..8f3953bb02cfee5391de7bc7ab826c87065e9592 100644 (file)
@@ -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);
This page took 0.023545 seconds and 4 git commands to generate.