Enlightenment CVS committal

Author  : lordchaos
Project : e17
Module  : proto

Dir     : e17/proto/entropy/src


Modified Files:
        entropy_core.c 


Log Message:
* File monitor system rationalisation

===================================================================
RCS file: /cvsroot/enlightenment/e17/proto/entropy/src/entropy_core.c,v
retrieving revision 1.52
retrieving revision 1.53
diff -u -3 -r1.52 -r1.53
--- entropy_core.c      4 Mar 2006 08:23:16 -0000       1.52
+++ entropy_core.c      5 Mar 2006 05:42:37 -0000       1.53
@@ -994,9 +994,12 @@
        } else if (!strcmp(event->event_type,ENTROPY_GUI_EVENT_FILE_CREATE)) {
                entropy_notify_event* ev = entropy_notify_event_new();
                ev->event_type = ENTROPY_NOTIFY_FILE_CREATE;
+       
+               printf("Create event at notify_event\n");
                
                ecore_list_goto_first(el);
                while ( (iter = ecore_list_next(el)) ) {
+                       printf ("Notifying %p of create event\n", iter);
                        if (iter->active) (*iter->plugin->gui_event_callback_p)
                                (ev, 
                                 iter, 
@@ -1346,7 +1349,9 @@
        entropy_file_listener* listener;
 
        /*If we already have this file made, don't remake it..*/
+       /*printf("Looking for file with uri: %s...\n", uri);*/
        if ( (file = entropy_core_uri_generic_file_retrieve(uri))) {
+               /*printf("Found %p!, returning...\n", file);*/
                return file;
        }
 




-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to