projects
/
platform
/
upstream
/
glib.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
33f7f6a
)
Fix an oversight in the previous commit
author
Matthias Clasen
<mclasen@redhat.com>
Thu, 8 Jul 2010 20:24:44 +0000
(16:24 -0400)
committer
Matthias Clasen
<mclasen@redhat.com>
Thu, 8 Jul 2010 20:24:44 +0000
(16:24 -0400)
gio/gdesktopappinfo.c
patch
|
blob
|
history
diff --git
a/gio/gdesktopappinfo.c
b/gio/gdesktopappinfo.c
index 1df09d64a340f1e1b597ae7f8ab5a8fcc0399626..dd5fbaef0d4147f4c6c34d5138d55c5b091e654d 100644
(file)
--- 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;