Enlightenment CVS committal

Author  : onefang
Project : e17
Module  : apps/e

Dir     : e17/apps/e/src/bin


Modified Files:
        e_main.c 


Log Message:
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.

===================================================================
RCS file: /cvs/e/e17/apps/e/src/bin/e_main.c,v
retrieving revision 1.185
retrieving revision 1.186
diff -u -3 -r1.185 -r1.186
--- e_main.c    6 Sep 2006 08:06:19 -0000       1.185
+++ e_main.c    7 Sep 2006 13:17:46 -0000       1.186
@@ -382,6 +382,12 @@
      }
    _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())
      { 



-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to