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/menu.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'openbox/menu.c') diff --git a/openbox/menu.c b/openbox/menu.c index da9ba6b8..0e203739 100644 --- a/openbox/menu.c +++ b/openbox/menu.c @@ -361,7 +361,7 @@ static void menu_destroy_hash_value(ObMenu *self) g_free(self); } -void menu_unref(ObMenu *menu) +void menu_free(ObMenu *menu) { if (menu) g_hash_table_remove(menu_hash, menu->name); -- cgit v1.2.3