From dbc65ca21738e6902e1a964b2fcdbd65dd1366e8 Mon Sep 17 00:00:00 2001 From: Quentin Glidic Date: Sat, 11 Nov 2017 13:05:20 +0100 Subject: helper: Fix debug leftover Signed-off-by: Quentin Glidic --- source/helper.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/helper.c b/source/helper.c index 3c3b2df1..1472baa6 100644 --- a/source/helper.c +++ b/source/helper.c @@ -1002,7 +1002,7 @@ gboolean helper_execute_command ( const char *wd, const char *cmd, gboolean run_ helper_parse_setup ( &config.run_shell_command, &args, &argc, ROFI_TOKEN_RUN_CMD, cmd, -1 ); } else { - helper_parse_setup ( &config.run_shell_command, &args, &argc, ROFI_TOKEN_RUN_CMD, cmd, -1 ); + helper_parse_setup ( &config.run_command, &args, &argc, ROFI_TOKEN_RUN_CMD, cmd, -1 ); } if ( context != NULL ) { -- cgit v1.2.3