the handler must return 1 otherwise it is destroyed after the first call
authorcaro <caro@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Mon, 23 Nov 2009 23:05:00 +0000 (23:05 +0000)
committercaro <caro@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Mon, 23 Nov 2009 23:05:00 +0000 (23:05 +0000)
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@43938 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

src/lib/ecore_file/ecore_file_monitor_win32.c

index b63d674..c9992c5 100644 (file)
@@ -221,7 +221,7 @@ _ecore_file_monitor_win32_cb(void *data, Ecore_Win32_Handler *wh)
                           &md->buf_length,\r
                           &md->overlapped,\r
                           NULL);\r
-   return 0;\r
+   return 1;\r
 }\r
 \r
 int\r