]> git.mdlowis.com Git - proto/labwc.git/commitdiff
menu: fix client-send-to-menu
authortokyo4j <hrak1529@gmail.com>
Wed, 13 Aug 2025 15:08:06 +0000 (00:08 +0900)
committerJohan Malm <johanmalm@users.noreply.github.com>
Wed, 13 Aug 2025 19:29:23 +0000 (20:29 +0100)
Fixes 17d66e5

src/menu/menu.c

index 8ceb92b6942f2a22119f765c3c24acca20489163..0009861d81e0dfb99e7bef0f9d500950980b205b 100644 (file)
@@ -851,7 +851,7 @@ update_client_send_to_menu(struct server *server)
                        NULL, /*show arrow*/ false);
 
                struct action *action = item_add_action(item, "SendToDesktop");
-               action_arg_add_str(action, "to", "name");
+               action_arg_add_str(action, "to", workspace->name);
 
                buf_clear(&buf);
        }