systray do not work anymore as the widget has been removed from efl :(

... we still need to decide what to do with this breakage
This commit is contained in:
Davide Andreoli 2017-12-12 19:25:39 +01:00
parent 28c9775898
commit f81fc890bb
2 changed files with 14 additions and 1 deletions

View File

@ -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
===================

View File

@ -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"