Enlightenment CVS committal

Author  : pfritz
Project : e17
Module  : libs/ewl

Dir     : e17/libs/ewl/src/lib


Modified Files:
        ewl_engines.c ewl_io_manager.c 


Log Message:
following the api changes of ecore

===================================================================
RCS file: /cvs/e/e17/libs/ewl/src/lib/ewl_engines.c,v
retrieving revision 1.49
retrieving revision 1.50
diff -u -3 -r1.49 -r1.50
--- ewl_engines.c       5 Sep 2007 18:33:26 -0000       1.49
+++ ewl_engines.c       6 Nov 2007 17:03:43 -0000       1.50
@@ -16,7 +16,7 @@
 typedef enum Ewl_Engine_Hook_Type Ewl_Engine_Hook_Type;
 
 static Ecore_Hash *ewl_engines = NULL;
-static int ewl_engines_path = 0;
+static Ecore_Path_Group *ewl_engines_path = NULL;
 static void ewl_engine_free(Ewl_Engine *engine);
 static void **ewl_engine_hooks_get(Ewl_Engine *engine, Ewl_Engine_Hook_Type 
type);
 static void *ewl_engine_hook_get(Ewl_Embed *embed,
@@ -136,7 +136,7 @@
        {
                char pathname[PATH_MAX];
 
-               ewl_engines_path = ecore_path_group_new("Ewl Engine Paths");
+               ewl_engines_path = ecore_path_group_new();
                snprintf(pathname, sizeof(pathname), "%s/ewl/%s/",
                                                        PACKAGE_LIB_DIR,
                                                        EWL_ENGINE_DIR);
===================================================================
RCS file: /cvs/e/e17/libs/ewl/src/lib/ewl_io_manager.c,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -3 -r1.17 -r1.18
--- ewl_io_manager.c    17 Oct 2007 14:51:33 -0000      1.17
+++ ewl_io_manager.c    6 Nov 2007 17:03:43 -0000       1.18
@@ -10,7 +10,7 @@
 
 static Ecore_Hash *ewl_io_manager_plugins = NULL;
 static Ecore_Hash *ewl_io_manager_ext_icon_map = NULL;
-static int ewl_io_manager_path = 0;
+static Ecore_Path_Group *ewl_io_manager_path = NULL;
 static int ewl_io_manager_strcasecompare(const void *key1, const void *key2);
 static void ewl_io_manager_cb_free_plugin(void *data);
 
@@ -290,7 +290,7 @@
 
        if (!ewl_io_manager_path)
        {
-               ewl_io_manager_path = ecore_path_group_new("Ewl IO Manager");
+               ewl_io_manager_path = ecore_path_group_new();
                ecore_path_group_add(ewl_io_manager_path,
                                PACKAGE_LIB_DIR"/ewl/plugins/");
        }



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