Enlightenment CVS committal Author : rephorm Project : e17 Module : apps/e
Dir : e17/apps/e/src/bin Modified Files: e_main.c Log Message: don't add e's dirs to efreet's search path. .desktops should be in $XDG_DATA_HOME/applications and icons should be in $XDG_DATA_HOME/icons now =================================================================== RCS file: /cvs/e/e17/apps/e/src/bin/e_main.c,v retrieving revision 1.211 retrieving revision 1.212 diff -u -3 -r1.211 -r1.212 --- e_main.c 26 Mar 2007 21:19:53 -0000 1.211 +++ e_main.c 30 Mar 2007 13:48:23 -0000 1.212 @@ -70,7 +70,6 @@ char *s; struct sigaction action; double t, tstart; - Ecore_List *list; #ifdef TS_DO t0 = t1 = t2 = ecore_time_get(); @@ -434,15 +433,6 @@ TS("efreet done"); TS("efreet paths"); - /* TODO: The list manipulation should be done in efreet */ - list = efreet_data_dirs_get(); - if (list) - { - snprintf(buf, sizeof(buf), "%s/data", e_prefix_data_get()); - ecore_list_prepend(list, (void *)ecore_string_instance(buf)); - snprintf(buf, sizeof(buf), "%s/.e/e", e_user_homedir_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 enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs