Fix a segmentation fault occuring when using menu_add_item without a text

label. While there sync code and documentation about the possibility to use
a label and options.
This commit is contained in:
mmdolze
2012-10-10 16:29:39 +00:00
parent d3cc108f57
commit f36642ab69
3 changed files with 21 additions and 8 deletions
+1
View File
@@ -31,6 +31,7 @@ v0.5dev (ongoing development)
* hd44780/serial: Add support for adjustable backlight
* Build system: Fix build with automake >= 1.11.3 (#3494755)
* Fix clang compiler warnings about obsolete GNU designated initializers
* Fix crash when adding a menu item without text and options (S. Dawson)
v0.5.5
+ sed1330 driver: Add support for HG25504 (L. Lagendijk)