Don't use obsolete g_strcasecmp.
commitc150271d9889025f8d3b86517b302bd95814cd7c
authorBernd Jendrissek <bernd@bpj-code.co.za>
Mon, 3 Apr 2017 21:19:38 +0000 (3 23:19 +0200)
committerBernd Jendrissek <bernd@bpj-code.co.za>
Mon, 3 Apr 2017 21:19:38 +0000 (3 23:19 +0200)
treee5ea9fccebe9804fb2f84efc2dd52e22497d409e
parent9da61528e2f3646494af9a88158b004d19a1ea15
Don't use obsolete g_strcasecmp.

Introduce a new function to combine g_utf8_casefold and g_utf8_collate
for the common cases where case-insensitive matching is appropriate, and
revert to plain old strcmp where it isn't.
gattrib/src/g_rc.c
gschem/src/x_dialog.c
gschem/src/x_multiattrib.c
gschem/src/x_pagesel.c
gsymcheck/src/g_rc.c
libgeda/include/libgeda/prototype.h
libgeda/src/g_rc.c
libgeda/src/o_picture.c
libgeda/src/s_page.c
libgeda/src/u_basic.c
utils/gschlas/g_rc.c