Add another default search path coz ManowarrioR insists.

SVN revision: 25190
This commit is contained in:
David Walter Seikel 2006-08-29 19:06:03 +00:00
parent de2726f369
commit 3629cddd18
2 changed files with 4 additions and 1 deletions

View File

@ -57,6 +57,9 @@ ecore_desktop_ini_get(const char *file)
char buffer[PATH_MAX];
Ecore_Hash *current = NULL;
//#ifdef DEBUG
fprintf(stdout, "OPENING INI %s\n", file);
//#endif
f = fopen(file, "r");
if (!f)
{

View File

@ -186,7 +186,7 @@ ecore_desktop_paths_init()
ecore_desktop_paths_icons =
_ecore_desktop_paths_get("~/.icons", "XDG_DATA_HOME",
"XDG_DATA_DIRS", "~/.local/share:~/.kde/share",
"/usr/local/share:/usr/share", "icons:pixmaps",
"/usr/local/share:/usr/share:/usr/X11R6/share", "icons:pixmaps",
"dist/icons", "icon:pixmap");
_ecore_desktop_paths_check_and_add(ecore_desktop_paths_icons,
"/usr/local/share/pixmaps/");