Enlightenment CVS committal
Author : raster
Project : e17
Module : apps/e
Dir : e17/apps/e/src/bin
Modified Files:
e_main.c
Log Message:
add icon dirs
===================================================================
RCS file: /cvs/e/e17/apps/e/src/bin/e_main.c,v
retrieving revision 1.212
retrieving revision 1.213
diff -u -3 -r1.212 -r1.213
--- e_main.c 30 Mar 2007 13:48:23 -0000 1.212
+++ e_main.c 31 Mar 2007 01:16:28 -0000 1.213
@@ -433,6 +433,18 @@
TS("efreet done");
TS("efreet paths");
+ {
+ Ecore_List *list;
+
+ list = efreet_icon_extra_list_get();
+ if (list)
+ {
+ snprintf(buf, sizeof(buf), "%s/.e/e/icons", e_user_homedir_get());
+ ecore_list_prepend(list, (void *)ecore_string_instance(buf));
+ snprintf(buf, sizeof(buf), "%s/data/icons", e_prefix_data_get());
+ ecore_list_prepend(list, (void *)ecore_string_instance(buf));
+ }
+ }
efreet_icon_extension_add(".edj");
TS("efreet paths done");
-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
enlightenment-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs