]> Dogcows Code - chaz/openbox/blobdiff - openbox/actions/desktop.c
Merge branch 'backport' into work
[chaz/openbox] / openbox / actions / desktop.c
index d5535f6cc20a8a38e31a6656310f2b84ee1ff1de..e352aa2e861d5fb042fc9368b474ddc1a8ce58e9 100644 (file)
@@ -118,8 +118,6 @@ static gboolean run_func(ObActionsData *data, gpointer options)
     Options *o = options;
     guint d;
 
-
-
     switch (o->type) {
     case LAST:
         d = screen_last_desktop;
@@ -142,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.019869 seconds and 4 git commands to generate.