Enlightenment CVS committal

Author  : pfritz
Project : e17
Module  : apps/express

Dir     : e17/apps/express/src


Modified Files:
        exp_services.c 


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

===================================================================
RCS file: /cvs/e/e17/apps/express/src/exp_services.c,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -3 -r1.1 -r1.2
--- exp_services.c      3 Feb 2005 04:44:54 -0000       1.1
+++ exp_services.c      25 Jul 2007 17:00:54 -0000      1.2
@@ -12,7 +12,7 @@
     if (!services) 
     {
         services = ecore_hash_new(ecore_str_hash, ecore_str_compare);
-        ecore_hash_set_free_value(services, exp_service_node_free);
+        ecore_hash_free_value_cb_set(services, exp_service_node_free);
     }
     return init_count;
 }



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