Dear elementary developers

When I compiled svn elementary, it seems a define(HAVE_EIO) is omitted.
I sending a patch, check about it please.

Thanks.
Index: elc_fileselector.c
===================================================================
--- elc_fileselector.c	(리비전 60693)
+++ elc_fileselector.c	(작업 사본)
@@ -141,7 +141,9 @@
    wd = elm_widget_data_get(obj);
    if (!wd) return;
 
+#ifdef HAVE_EIO
    eio_file_cancel(wd->current);
+#endif
 
    wd->files_list = NULL;
    wd->files_grid = NULL;
@@ -678,7 +680,9 @@
 
    _signal_first(wr);
 
+#ifdef HAVE_EIO
    wr->wd->current = NULL;
+#endif
    _widget_request_cleanup(wr);
 }
 
@@ -687,8 +691,10 @@
 {
    Widget_Request *wr = data;
 
+#ifdef HAVE_EIO
    if (wr->wd->current == handler)
      wr->wd->current = NULL;
+#endif
    _widget_request_cleanup(wr);
 }
 
------------------------------------------------------------------------------
All the data continuously generated in your IT infrastructure contains a 
definitive record of customers, application performance, security 
threats, fraudulent activity and more. Splunk takes this data and makes 
sense of it. Business sense. IT sense. Common sense.. 
http://p.sf.net/sfu/splunk-d2d-c1
_______________________________________________
enlightenment-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to