Enlightenment CVS committal Author : pfritz Project : e17 Module : apps/e
Dir : e17/apps/e/src/modules/conf_theme Modified Files: e_int_config_theme_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_theme/e_int_config_theme_import.c,v retrieving revision 1.2 retrieving revision 1.3 diff -u -3 -r1.2 -r1.3 --- e_int_config_theme_import.c 24 Jul 2007 18:47:26 -0000 1.2 +++ e_int_config_theme_import.c 25 Jul 2007 17:00:51 -0000 1.3 @@ -213,7 +213,7 @@ { char *strip; - file = ecore_file_get_file(import->cfdata->file); + file = ecore_file_file_get(import->cfdata->file); strip = ecore_file_strip_ext(file); if (!strip) { @@ -259,7 +259,7 @@ { char *strip; - file = ecore_file_get_file(import->cfdata->file); + file = ecore_file_file_get(import->cfdata->file); snprintf(buf, sizeof(buf), "%s/.e/e/themes/%s", homedir, file); strip = ecore_file_strip_ext(file); ------------------------------------------------------------------------- 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