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/
nullclient = executable('nullclient', 'nullclient.c', 'defines.h',
c_args : ['-DSTANDALONE'],
dependencies : [libpurple_dep, glib])