]> Dogcows Code - chaz/openbox/blobdiff - openbox/actions/desktop.c
Merge branch 'backport' into work
[chaz/openbox] / openbox / actions / desktop.c
index e1bd5520808f195f5e80e836ca26592c1aef5026..e352aa2e861d5fb042fc9368b474ddc1a8ce58e9 100644 (file)
@@ -140,7 +140,12 @@ static gboolean run_func(ObActionsData *data, gpointer options)
             go = o->follow;
         }
 
-        if (go) screen_set_desktop(d, TRUE);
+        if (go) {
+            screen_set_desktop(d, TRUE);
+            if (data->client)
+                client_bring_helper_windows(data->client);
+        }
+
         actions_client_move(data, FALSE);
     }
     return FALSE;
This page took 0.022648 seconds and 4 git commands to generate.