[glib] Fix an oversight in the previous commit
- From: Matthias Clasen <matthiasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [glib] Fix an oversight in the previous commit
- Date: Thu, 8 Jul 2010 20:26:11 +0000 (UTC)
commit 448ac22e80bcd947d255616a9147dbce5c85e120
Author: Matthias Clasen <mclasen redhat com>
Date: Thu Jul 8 16:24:44 2010 -0400
Fix an oversight in the previous commit
gio/gdesktopappinfo.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
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;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]