Enlightenment CVS committal

Author  : pfritz
Project : e17
Module  : libs/evolve

Dir     : e17/libs/evolve/src/lib


Modified Files:
        evolve_widget.c 


Log Message:
*API BREAK* see the discussion in the mailing list. misc and e_modules will 
follow

===================================================================
RCS file: /cvs/e/e17/libs/evolve/src/lib/evolve_widget.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -3 -r1.2 -r1.3
--- evolve_widget.c     14 Jul 2007 00:13:16 -0000      1.2
+++ evolve_widget.c     25 Jul 2007 17:00:59 -0000      1.3
@@ -260,7 +260,7 @@
          {

             char *dir;

             

-            if ((dir = ecore_file_get_dir(_evolve_ev->eet_filename)))

+            if ((dir = ecore_file_dir_get(_evolve_ev->eet_filename)))

               {

                  snprintf(file, sizeof(file), "%s/%s", dir, 
etk_property_value_string_get(prop->default_value));

                  free(dir);




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