1
2
3
4
5
6
7
8
9
10
11
12
| === modified file 'openbox-xdgmenu.c'
| --- openbox-xdgmenu.c 2011-09-03 20:13:39 +0000
| +++ openbox-xdgmenu.c 2013-12-28 17:41:04 +0000
| @@ -235,7 +235,7 @@
| }
|
| g_printf("<item label=\"%s\">\n", g_strjoinv("&", g_strsplit(name,"&",0))),
| - g_printf("<action name=\"Execute\"><execute>%s</execute></action>\n", exec),
| + g_printf("<action name=\"Execute\"><command>%s</command></action>\n", exec),
| g_printf("</item>\n");
|
| g_free(name);
|
|