Get homedir from e, since .e should be relative to this dir.

SVN revision: 26044
This commit is contained in:
sebastid 2006-09-23 08:44:58 +00:00 committed by sebastid
parent 8d148768cb
commit c9062ac5a0
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ e_fdo_menu_to_order(void)
ecore_desktop_instrumentation_reset();
/* Nuke the old menus. */
snprintf(dir, sizeof(dir), "%s/.e/e/applications/menu/all/", ecore_desktop_home_get());
snprintf(dir, sizeof(dir), "%s/.e/e/applications/menu/all/", e_user_homedir_get());
ecore_file_recursive_rm(dir);
menu_count = 0;
item_count = 0;