From 448ac22e80bcd947d255616a9147dbce5c85e120 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Thu, 8 Jul 2010 16:24:44 -0400 Subject: [PATCH] Fix an oversight in the previous commit --- gio/gdesktopappinfo.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gio/gdesktopappinfo.c b/gio/gdesktopappinfo.c index 1df09d6..dd5fbae 100644 --- a/gio/gdesktopappinfo.c +++ b/gio/gdesktopappinfo.c @@ -717,7 +717,7 @@ expand_macro (char macro, if (info->filename) { expanded = g_shell_quote (info->filename); - g_string_append (exec, info->filename); + g_string_append (exec, expanded); g_free (expanded); } break; -- 2.7.4