Enlightenment CVS committal

Author  : pfritz
Project : e17
Module  : apps/e

Dir     : e17/apps/e/src/modules/conf_imc


Modified Files:
        e_int_config_imc_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_imc/e_int_config_imc_import.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -3 -r1.2 -r1.3
--- e_int_config_imc_import.c   24 Jul 2007 18:47:25 -0000      1.2
+++ e_int_config_imc_import.c   25 Jul 2007 17:00:50 -0000      1.3
@@ -214,7 +214,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) 
          {
@@ -258,7 +258,7 @@
        E_Input_Method_Config *imc;
        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) 



-------------------------------------------------------------------------
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

Reply via email to