pidgin/pidgin

d12bedb8b662
Check that we have a PurpleIdleUi if we weren't passed null

Testing Done:
Ran a simple python test program to verify that this was working properly.

Reviewed at https://reviews.imfreedom.org/r/1120/
PURPLE_HISTORY_SOURCES = [
'purplehistorycore.c',
]
purple_history = executable('purple-history',
PURPLE_HISTORY_SOURCES,
dependencies : [libpurple_dep, glib],
install : true)