pidgin/pidgin

simple: Fix search for message headers.

2020-05-17, Elliott Sales de Andrade
f38b64939ecb
simple: Fix search for message headers.

The list contains key-value pairs (of `PurpleKeyValuePair` type now, but
`struct siphdrelement` before) so using `g_ascii_strcasecmp` directly
does not work.
SILCSOURCES = [
'buddy.c',
'chat.c',
'ft.c',
'ops.c',
'pk.c',
'silc.c',
'silcpurple.h',
'util.c',
'wb.c',
'wb.h'
]
if DYNAMIC_SILC
silc_prpl = shared_library('silcpurple', SILCSOURCES,
dependencies : [silc, libpurple_dep, glib],
install : true, install_dir : PURPLE_PLUGINDIR)
endif