* efreet: On STRICT_SPEC don't handle efreet_menu_file.

SVN revision: 39732
This commit is contained in:
Cedric BAIL 2009-03-26 18:02:17 +00:00
parent 81ee186382
commit 8a8b4ca2d1
1 changed files with 3 additions and 1 deletions

View File

@ -608,11 +608,13 @@ efreet_menu_get(void)
if (ecore_file_exists(menu))
return efreet_menu_parse(menu);
#ifndef STRICT_SPEC
if (efreet_menu_file)
{
if (ecore_file_exists(efreet_menu_file))
return efreet_menu_parse(efreet_menu_file);
return efreet_menu_parse(efreet_menu_file);
}
#endif
/* fallback to the XDG_CONFIG_DIRS */
config_dirs = efreet_config_dirs_get();