gtk2/modules
Maks Naumov 87d36885ac Properly check result of g_utf8_get_char_validated()
g_utf8_get_char_validated() may return -1 or -2
return type is gunichar(guint32)

Therefore such checks like 'gunichar < 0' or 'gunichar > 0'
are always 'false' or 'true'(except when gunichar == 0).

Signed-off-by: Maks Naumov <maksqwe1@ukr.net>

https://bugzilla.gnome.org/show_bug.cgi?id=742774
2015-01-11 15:46:06 -05:00
..
input Properly check result of g_utf8_get_char_validated() 2015-01-11 15:46:06 -05:00
printbackends printing: Fix build with CUPS older than 1.6 2014-11-27 17:07:33 +01:00
Makefile.am inspector: stop being a module 2014-05-14 21:23:44 -04:00