From 1fa08abd9c6674c14bf4088112e69a172ddf19b6 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Mon, 7 May 2007 23:48:05 +0000 Subject: um... hide the client menu when the window changes desktops. its not visible anymore (probably..) and no send to menu wont be wrong too. --- openbox/client.c | 1 + 1 file changed, 1 insertion(+) (limited to 'openbox/client.c') 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); -- cgit v1.2.3