summaryrefslogtreecommitdiff
path: root/openbox/client.c
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2007-05-07 23:48:05 +0000
committerDana Jansens <danakj@orodu.net>2007-05-07 23:48:05 +0000
commit1fa08abd9c6674c14bf4088112e69a172ddf19b6 (patch)
tree6b77e5b476e32a39c53704aea13a7b55d668a611 /openbox/client.c
parentfa332cc31474cf1337a0aba5b7d2e9bdd028d87c (diff)
um... hide the client menu when the window changes desktops. its not visible anymore (probably..) and no send to menu wont be wrong too.
Diffstat (limited to 'openbox/client.c')
-rw-r--r--openbox/client.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/openbox/client.c b/openbox/client.c
index 0d74882c..54ae99fc 100644
--- a/openbox/client.c
+++ b/openbox/client.c
@@ -3027,6 +3027,7 @@ void client_set_desktop_recursive(ObClient *self,
focus_order_to_bottom(self);
/* call the notifies */
+ GSList *it;
for (it = client_desktop_notifies; it; it = g_slist_next(it)) {
ClientCallback *d = it->data;
d->func(self, d->data);