Enlightenment CVS committal

Author  : pfritz
Project : e17
Module  : libs/ewl

Dir     : e17/libs/ewl/src/bin/tests/text_editor


Modified Files:
        ewl_text_editor.c 


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

===================================================================
RCS file: /cvs/e/e17/libs/ewl/src/bin/tests/text_editor/ewl_text_editor.c,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -3 -r1.12 -r1.13
--- ewl_text_editor.c   4 Jun 2007 18:46:37 -0000       1.12
+++ ewl_text_editor.c   25 Jul 2007 17:00:59 -0000      1.13
@@ -281,7 +281,7 @@
        char *str;
 
        idx = ewl_mvc_selected_get(EWL_MVC(w));
-       str = ecore_list_goto_index(ewl_mvc_data_get(EWL_MVC(w)), idx->row);
+       str = ecore_list_index_goto(ewl_mvc_data_get(EWL_MVC(w)), idx->row);
 
        entry = ewl_widget_name_find("entry");
        if (!strcmp(str, "None"))



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