0.5.6: Document Why

Calling elm_win_resize_object_add doesn't do anything here, the
function returns with a warning, which is being reported by
packagers. Completely harmless and the warning about using this
after an EO API call doesn't make any sense as there is no use of
the unified API. It's just easier to remove this useless call.

Nice that people spend time packaging up software.  Have had two
e-mails in the space of one hour asking about this...so to avoid
another one... :)
This commit is contained in:
Alastair Poole 2020-09-14 23:49:01 +01:00
parent 814e6b9e2f
commit 0b8a372cc5
3 changed files with 9 additions and 2 deletions

7
NEWS
View File

@ -1,3 +1,10 @@
============
Evisum 0.5.6
============
* Remove useless code to silence a
warning from EFL.
============
Evisum 0.5.5
============

View File

@ -1 +1 @@
0.5.5
0.5.6

View File

@ -1,6 +1,6 @@
##### Project
project('evisum', 'c',
version : '0.5.5',
version : '0.5.6',
meson_version : '>= 0.40.0')
efl_version = '>= 1.22.0'