pidgin/pidgin

Fix some GWarnings during finch's startup

21 months ago, Gary Kramlich
01b94846bb60
Fix some GWarnings during finch's startup

Testing Done:
Ran via `G_DEBUG=fatal-warnings gdb --ex run finch3` and verified I was able to make it to the contact list.

Reviewed at https://reviews.imfreedom.org/r/1592/
NOVELL_SOURCES = [
'nmfield.h',
'nmfield.c',
'nmconn.h',
'nmconn.c',
'nmconference.h',
'nmconference.c',
'nmcontact.h',
'nmcontact.c',
'nmevent.h',
'nmevent.c',
'nmmessage.h',
'nmmessage.c',
'nmrequest.h',
'nmrequest.c',
'nmrtf.h',
'nmrtf.c',
'nmuser.h',
'nmuser.c',
'nmuserrecord.h',
'nmuserrecord.c',
'novell.h',
'novell.c'
]
if DYNAMIC_NOVELL
novell_resources = gnome.compile_resources('novellresource',
'resources/novell.gresource.xml',
source_dir : 'resources',
c_name : 'novell')
NOVELL_SOURCES += novell_resources
novell_prpl = shared_library('novell', NOVELL_SOURCES,
c_args : ['-DG_LOG_USE_STRUCTURED', '-DG_LOG_DOMAIN="Purple-Novell"'],
dependencies : [libpurple_dep, glib, ws2_32],
install : true, install_dir : PURPLE_PLUGINDIR)
devenv.append('PURPLE_PLUGIN_PATH', meson.current_build_dir())
endif