From 206da88fa808d1932d681810b6aa2e501806d5db Mon Sep 17 00:00:00 2001 From: David Walter Seikel Date: Thu, 7 Sep 2006 13:17:46 +0000 Subject: [PATCH] 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 --- src/bin/e_main.c | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/bin/e_main.c b/src/bin/e_main.c index aa927273b..dc5a74131 100644 --- a/src/bin/e_main.c +++ b/src/bin/e_main.c @@ -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()) {