Enlightenment CVS committal Author : pfritz Project : e17 Module : apps/e
Dir : e17/apps/e/src/modules/conf_wallpaper Modified Files: e_int_config_wallpaper_import.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/src/modules/conf_wallpaper/e_int_config_wallpaper_import.c,v retrieving revision 1.1 retrieving revision 1.2 diff -u -3 -r1.1 -r1.2 --- e_int_config_wallpaper_import.c 4 Jul 2007 15:09:24 -0000 1.1 +++ e_int_config_wallpaper_import.c 25 Jul 2007 17:00:51 -0000 1.2 @@ -308,7 +308,7 @@ FILE *f; evas = e_win_evas_get(import->win); - file = ecore_file_get_file(import->cfdata->file); + file = ecore_file_file_get(import->cfdata->file); homedir = e_user_homedir_get(); fstrip = ecore_file_strip_ext(file); if (!fstrip) return; @@ -335,7 +335,7 @@ return; } - imgdir = ecore_file_get_dir(import->cfdata->file); + imgdir = ecore_file_dir_get(import->cfdata->file); if (!imgdir) ipart[0] = '\0'; else { @@ -526,7 +526,7 @@ if (path) import->cfdata->file = strdup(path); if (import->cfdata->file) { - file = ecore_file_get_file(import->cfdata->file); + file = ecore_file_file_get(import->cfdata->file); if (!e_util_glob_case_match(file, "*.edj")) _import_edj_gen(import); else ------------------------------------------------------------------------- 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