From f81fc890bb69ffe42f99cee4cb9a10fcff432f95 Mon Sep 17 00:00:00 2001 From: Dave Andreoli Date: Tue, 12 Dec 2017 19:25:39 +0100 Subject: [PATCH] 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,4 +1,17 @@ +=================== +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"