Diddle with the paths. I can't recall if this was the system path

raster wanted, but it seems to be where the other icons are stored.


SVN revision: 25581
This commit is contained in:
David Walter Seikel 2006-09-07 13:17:46 +00:00
parent 8c003ef92f
commit 206da88fa8
1 changed files with 6 additions and 0 deletions

View File

@ -382,6 +382,12 @@ main(int argc, char **argv)
}
_e_main_shutdown_push(ecore_desktop_shutdown);
ecore_desktop_paths_extras_clear();
ecore_desktop_paths_prepend_user(ECORE_DESKTOP_PATHS_ICONS, "~/.e/e/icons");
snprintf(buf, sizeof(buf), "%s/data/images", e_prefix_data_get());
ecore_desktop_paths_append_system(ECORE_DESKTOP_PATHS_ICONS, buf);
ecore_desktop_paths_regen();
/* init the evas wrapper */
if (!ecore_evas_init())
{