give right label to e def menu.

SVN revision: 59359
This commit is contained in:
Carsten Haitzler 2011-05-13 05:26:56 +00:00
parent 9ba2188c33
commit e848d61631
1 changed files with 2 additions and 1 deletions

View File

@ -121,7 +121,8 @@ wizard_page_show(E_Wizard_Page *pg)
tdesc = NULL;
e_user_homedir_concat(buf, sizeof(buf),
".config/menus/applications.menu");
snprintf(buf2, sizeof(buf2), "%s/etc/xdg/enlightenment.menu",
snprintf(buf2, sizeof(buf2),
"%s/etc/xdg/menus/enlightenment.menu",
e_prefix_get());
if (!strcmp("/etc/xdg/menus/applications.menu", file))
{