]> Dogcows Code - chaz/openbox/blobdiff - openbox/client_list_menu.c
add cleanup function for menus that fires when the menu is no longer visible
[chaz/openbox] / openbox / client_list_menu.c
index 263b3398514cb70c07686d457f494cb7e6ca418e..b47ead02b30ed0fb8831152a1de6bbbba2b57318 100644 (file)
@@ -55,7 +55,7 @@ static gboolean desk_menu_update(ObMenuFrame *frame, gpointer data)
     for (it = focus_order; it; it = g_list_next(it)) {
         ObClient *c = it->data;
         if (focus_valid_target(c, d->desktop,
-                               TRUE, TRUE, FALSE, FALSE, FALSE, FALSE)) {
+                               TRUE, TRUE, FALSE, TRUE, FALSE, FALSE, FALSE)) {
             ObMenuEntry *e;
 
             empty = FALSE;
This page took 0.027073 seconds and 4 git commands to generate.