qulogic/pidgin

Fix opening of conversations

5 months ago, Gary Kramlich
7bde7363e0f3
Fix opening of conversations

This was broken when gtkconv.[ch] was removed and the create_conversation uiop
implementation with it.

Testing Done:
Opened an IM and a Channel and sent messages.

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