Enlightenment CVS committal

Author  : pfritz
Project : e17
Module  : apps/e

Dir     : e17/apps/e/src/modules/conf_icon_theme


Modified Files:
        e_int_config_icon_themes.c 


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

===================================================================
RCS file: 
/cvs/e/e17/apps/e/src/modules/conf_icon_theme/e_int_config_icon_themes.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -3 -r1.2 -r1.3
--- e_int_config_icon_themes.c  24 Jul 2007 18:47:24 -0000      1.2
+++ e_int_config_icon_themes.c  25 Jul 2007 17:00:50 -0000      1.3
@@ -67,7 +67,7 @@
      {
        Efreet_Icon_Theme *theme;
 
-       ecore_list_goto_first(icon_themes);
+       ecore_list_first_goto(icon_themes);
        while ((theme = ecore_list_next(icon_themes)))
          cfdata->icon_themes = evas_list_append(cfdata->icon_themes, theme);
        cfdata->icon_themes = evas_list_sort(cfdata->icon_themes,
@@ -365,7 +365,7 @@
        char *path;
        int first = 1;
 
-       ecore_list_goto_first(theme->paths.path);
+       ecore_list_first_goto(theme->paths.path);
        while ((path = ecore_list_next(theme->paths.path)))
          {
             length += strlen(theme->paths.path) + 16;
@@ -394,7 +394,7 @@
        const char *inherit;
        int first = 1;
 
-       ecore_list_goto_first(theme->inherits);
+       ecore_list_first_goto(theme->inherits);
        while ((inherit = ecore_list_next(theme->inherits)))
          {
             length += strlen(theme->paths.path) + 32;
@@ -421,7 +421,7 @@
    free(text);
    if (dir)
      {
-       dir = ecore_file_get_dir(dir);
+       dir = ecore_file_dir_get(dir);
        e_fm2_path_set(cfdata->gui.o_fm, dir, "/");
        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