Enlightenment CVS committal

Author  : lordchaos
Project : e17
Module  : apps/evfs

Dir     : e17/apps/evfs/src/plugins


Modified Files:
        evfs_fs_posix.c 


Log Message:
Oops - send plugin type along with file monitor notify events


===================================================================
RCS file: /cvsroot/enlightenment/e17/apps/evfs/src/plugins/evfs_fs_posix.c,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -3 -r1.14 -r1.15
--- evfs_fs_posix.c     17 Oct 2005 10:57:30 -0000      1.14
+++ evfs_fs_posix.c     18 Oct 2005 08:47:38 -0000      1.15
@@ -130,7 +130,9 @@
                ecore_list_goto_first(mon_list);
                while ((mon = ecore_list_next(mon_list))) {
                        printf ("  Notifying client at id %ld of %s\n", 
mon->client->id, path);
-                       evfs_file_monitor_event_create(mon->client, type, path);
+                       
+                       evfs_file_monitor_event_create(mon->client, type, path, 
"posix"); /*Find a better way to do the plugin*/
+                                                                               
          /*We should really use an evfs_filereference here*/
                }
        }
                




-------------------------------------------------------
This SF.Net email is sponsored by:
Power Architecture Resource Center: Free content, downloads, discussions,
and more. http://solutions.newsforge.com/ibmarch.tmpl
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to