Enlightenment CVS committal

Author  : pfritz
Project : e17
Module  : apps/estickies

Dir     : e17/apps/estickies/src/bin


Modified Files:
        theme_chooser.c 


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

===================================================================
RCS file: /cvs/e/e17/apps/estickies/src/bin/theme_chooser.c,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -3 -r1.4 -r1.5
--- theme_chooser.c     17 Jan 2007 01:30:09 -0000      1.4
+++ theme_chooser.c     25 Jul 2007 17:00:53 -0000      1.5
@@ -75,9 +75,9 @@
    
    /* scan for themes and add them to the list */
    themes = ecore_file_ls(PACKAGE_DATA_DIR"/themes");
-   if(!themes || ecore_list_is_empty(themes))
+   if(!themes || ecore_list_empty_is(themes))
      return;
-   ecore_list_goto_first(themes);
+   ecore_list_first_goto(themes);
    while((theme = ecore_list_next(themes)))
      {
        char *theme_no_ext;
@@ -219,13 +219,13 @@
                           &icol_string, NULL, NULL, NULL);   
    
    if(_e_theme_apply == STICKY_ONLY)
-     _e_sticky_theme_apply(s, ecore_file_get_file(icol_string));
+     _e_sticky_theme_apply(s, ecore_file_file_get(icol_string));
    else if(_e_theme_apply == STICKIES_ALL)
-     _e_sticky_theme_apply_all(ecore_file_get_file(icol_string));
+     _e_sticky_theme_apply_all(ecore_file_file_get(icol_string));
 
    if(_e_theme_default)
      {
        E_FREE(ss->theme);
-       ss->theme = strdup(ecore_file_get_file(icol_string));   
+       ss->theme = strdup(ecore_file_file_get(icol_string));   
      }   
 }



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