]> Dogcows Code - chaz/openbox/blobdiff - openbox/actions/execute.c
add the cyclewindows action
[chaz/openbox] / openbox / actions / execute.c
index 606bb15326dd4836fda8ce14dda1ce272d190e2f..8d45aad60506f9687aaf578acc387235a4664a29 100644 (file)
@@ -103,8 +103,7 @@ static gboolean run_func(ObActionsData *data, gpointer options)
             /* sets up the environment */
             sn_setup_spawn_environment(program, o->sn_name, o->sn_icon,
                                        /* launch it on the current desktop */
-                                       screen_desktop,
-                                       data->time);
+                                       screen_desktop);
         }
 
         if (!g_spawn_async(NULL, argv, NULL,
This page took 0.01957 seconds and 4 git commands to generate.