davemds pushed a commit to branch master.

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

commit f81fc890bb69ffe42f99cee4cb9a10fcff432f95
Author: Dave Andreoli <[email protected]>
Date:   Tue Dec 12 19:25:39 2017 +0100

    systray do not work anymore as the widget has been removed from efl :(
    
    ... we still need to decide what to do with this breakage
---
 ChangeLog                   | 13 +++++++++++++
 efl/elementary/__init__.pyx |  2 +-
 2 files changed, 14 insertions(+), 1 deletion(-)

diff --git a/ChangeLog b/ChangeLog
index 0f76466..4d4f126 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,18 @@
 
 ===================
+XXXX-XX-XX  v1.21.0
+===================
+
+BREAKS:
+ * systray.pxi do not work anymore as the widget has been removed from efl.
+   (commented in efl/elementary/__init__.pyx)
+   TODO FIXME... we still need to decide what to do with this breakage,
+      maybe an empty api with just a break notice? in this way apps using
+      systray will still run (not crash)
+
+
+
+===================
 2017-05-06  v1.20.0
 ===================
 
diff --git a/efl/elementary/__init__.pyx b/efl/elementary/__init__.pyx
index e99156e..e573812 100644
--- a/efl/elementary/__init__.pyx
+++ b/efl/elementary/__init__.pyx
@@ -1285,7 +1285,7 @@ include "slider.pxi"
 include "slideshow.pxi"
 include "spinner.pxi"
 #include "store.pxi"
-include "systray.pxi"
+# include "systray.pxi"
 include "table.pxi"
 include "theme.pxi"
 include "thumb.pxi"

-- 


Reply via email to