Enlightenment CVS committal

Author  : pfritz
Project : e_modules
Module  : screenshot

Dir     : e_modules/screenshot


Modified Files:
        e_mod_main.c 


Log Message:
*API BREAK* in Ecore Data

===================================================================
RCS file: /cvs/e/e_modules/screenshot/e_mod_main.c,v
retrieving revision 1.72
retrieving revision 1.73
diff -u -3 -r1.72 -r1.73
--- e_mod_main.c        1 Apr 2007 01:19:38 -0000       1.72
+++ e_mod_main.c        25 Jul 2007 17:06:42 -0000      1.73
@@ -578,7 +578,7 @@
        {
          ext = ecore_file_strip_ext (ci->filename);
          fl = ecore_file_ls (ci->location);
-         ecore_list_goto_first (fl);
+         ecore_list_first_goto (fl);
          while ((file = ecore_list_next (fl)) != NULL)
            if (strstr (file, ext))
              c++;
@@ -709,7 +709,7 @@
 
   ci = _ss_config_item_get (inst->gcc->id);
 
-  t = ecore_file_get_dir (text);
+  t = ecore_file_dir_get (text);
   if (!strcmp (t, text))
     {
       e_module_dialog_show (ss_config->module,
@@ -730,6 +730,6 @@
       e_config_save_queue ();
     }
 
-  inst->filename = evas_stringshare_add (ecore_file_get_file(text));
+  inst->filename = evas_stringshare_add (ecore_file_file_get(text));
   _ss_take_shot (inst);
 }



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