Enlightenment CVS committal

Author  : sebastid
Project : e17
Module  : libs/ecore

Dir     : e17/libs/ecore/src/lib/ecore_file


Modified Files:
        ecore_file_monitor_poll.c 


Log Message:
Never call func on init.

===================================================================
RCS file: 
/cvsroot/enlightenment/e17/libs/ecore/src/lib/ecore_file/ecore_file_monitor_poll.c,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -3 -r1.1 -r1.2
--- ecore_file_monitor_poll.c   20 Feb 2005 12:17:07 -0000      1.1
+++ ecore_file_monitor_poll.c   20 Feb 2005 12:33:59 -0000      1.2
@@ -139,13 +139,17 @@
               }
             evas_list_free(files);
          }
+#if 0
        else
          em->func(em->data, em, em->type, ECORE_FILE_EVENT_EXISTS, em->path);
+#endif
      }
    else
      {
        em->type = ECORE_FILE_TYPE_NONE;
+#if 0
        em->func(em->data, em, em->type, ECORE_FILE_EVENT_DELETED, em->path);
+#endif
      }
 
    _monitors = evas_list_append(_monitors, em);




-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to