Enlightenment CVS committal Author : pfritz Project : e17 Module : apps/e_utils
Dir : e17/apps/e_utils/src/bin/e17setroot Modified Files: e17setroot.c Log Message: *API BREAK* see the discussion in the mailing list. misc and e_modules will follow =================================================================== RCS file: /cvs/e/e17/apps/e_utils/src/bin/e17setroot/e17setroot.c,v retrieving revision 1.34 retrieving revision 1.35 diff -u -3 -r1.34 -r1.35 --- e17setroot.c 1 Sep 2006 12:37:04 -0000 1.34 +++ e17setroot.c 25 Jul 2007 17:00:51 -0000 1.35 @@ -176,11 +176,11 @@ /* make sure we got a file name */ if (!filename || strlen(filename) <= 4) return; - file = (char *)ecore_file_get_file(filename); - dir = ecore_file_get_dir(filename); + file = (char *)ecore_file_file_get(filename); + dir = ecore_file_dir_get(filename); filenoext = _e_bg_bg_file_stripext(filename); - filenoext = (char *)ecore_file_get_file(filenoext); + filenoext = (char *)ecore_file_file_get(filenoext); if (strcmp(filename + strlen(filename) - 4, ".edj") == 0) { int w, h, num; ------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs