diff options
Diffstat (limited to 'openbox/actions/execute.c')
| -rw-r--r-- | openbox/actions/execute.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/openbox/actions/execute.c b/openbox/actions/execute.c index 606bb153..8d45aad6 100644 --- a/openbox/actions/execute.c +++ b/openbox/actions/execute.c @@ -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, |
