davemds pushed a commit to branch master.

http://git.enlightenment.org/bindings/python/python-efl.git/commit/?id=76e94bcbf85956f21dc11fd47fbea1a90b9d777b

commit 76e94bcbf85956f21dc11fd47fbea1a90b9d777b
Author: Dave Andreoli <d...@gurumeditation.it>
Date:   Mon Nov 16 20:46:58 2015 +0100

    just a note
---
 efl/ecore/efl.ecore_file_download.pxi | 2 +-
 efl/ecore_con/efl.ecore_con.pxd       | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/efl/ecore/efl.ecore_file_download.pxi 
b/efl/ecore/efl.ecore_file_download.pxi
index 5c7e61c..e41d534 100644
--- a/efl/ecore/efl.ecore_file_download.pxi
+++ b/efl/ecore/efl.ecore_file_download.pxi
@@ -99,7 +99,7 @@ cdef class FileDownload(object):
         if not ecore_file_download(
             <const char *>url if url is not None else NULL,
             <const char *>dst if dst is not None else NULL,
-            _completion_cb, _progress_cb,
+            _completion_cb, _progress_cb, # TODO really connect everytime? or 
check if cb given?
             <void *>self, &job):
                 raise SystemError("could not download '%s' to %s" % (url, dst))
 
diff --git a/efl/ecore_con/efl.ecore_con.pxd b/efl/ecore_con/efl.ecore_con.pxd
index 04ec4a6..1fb704b 100644
--- a/efl/ecore_con/efl.ecore_con.pxd
+++ b/efl/ecore_con/efl.ecore_con.pxd
@@ -168,7 +168,7 @@ cdef class EventUrlProgress(Event):
 cdef class EventUrlData(Event):
     cdef readonly Url url
     cdef readonly int size
-    cdef readonly bytes data # TODO :/
+    cdef readonly bytes data
 
 
 cdef class ConEventFilter(object):

-- 


Reply via email to