diff options
| author | Dana Jansens <danakj@orodu.net> | 2007-05-07 23:48:05 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2007-05-07 23:48:05 +0000 |
| commit | 1fa08abd9c6674c14bf4088112e69a172ddf19b6 (patch) | |
| tree | 6b77e5b476e32a39c53704aea13a7b55d668a611 /openbox/client_list_menu.c | |
| parent | fa332cc31474cf1337a0aba5b7d2e9bdd028d87c (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_list_menu.c')
| -rw-r--r-- | openbox/client_list_menu.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openbox/client_list_menu.c b/openbox/client_list_menu.c index 036c2408..12c16815 100644 --- a/openbox/client_list_menu.c +++ b/openbox/client_list_menu.c @@ -159,7 +159,7 @@ static gboolean self_update(ObMenuFrame *frame, gpointer data) } for (; it; it = next, ++i) { next = g_slist_next(it); - menu_unref(it->data); + menu_free(it->data); desktop_menus = g_slist_delete_link(desktop_menus, it); menu_entry_remove(menu_find_entry_id(menu, i)); } |
