Enlightenment CVS committal

Author  : pfritz
Project : e17
Module  : libs/ewl

Dir     : e17/libs/ewl/src/bin


Modified Files:
        main.c 


Log Message:
following the api changes of ecore

===================================================================
RCS file: /cvs/e/e17/libs/ewl/src/bin/main.c,v
retrieving revision 1.75
retrieving revision 1.76
diff -u -3 -r1.75 -r1.76
--- main.c      30 Oct 2007 19:49:55 -0000      1.75
+++ main.c      6 Nov 2007 17:03:43 -0000       1.76
@@ -81,7 +81,7 @@
 static unsigned int cb_unit_test_count(void *data);
 
 static Ecore_List *tests = NULL;
-static int tests_path_group = 0;
+static Ecore_Path_Group *tests_path_group = NULL;
 static int window_count = 0;
 static int current_unit_test = 0;
 static Ecore_Timer *unit_test_timer = NULL;
@@ -373,7 +373,7 @@
 
        ecore_list_free_cb_set(tests, ECORE_FREE_CB(ewl_test_free));
 
-       tests_path_group = ecore_path_group_new("Test Plugins");
+       tests_path_group = ecore_path_group_new();
        ecore_path_group_add(tests_path_group, PACKAGE_LIB_DIR "/ewl/tests");
        list = ecore_plugin_available_get(tests_path_group);
        /* no tests found ... */



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