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/
subdir('reference')
if ENABLE_GTK
configure_file(
input : 'pidgin3.1.in',
output : 'pidgin3.1',
configuration : man_conf,
install : true,
install_dir : get_option('mandir') / 'man1')
endif
if enable_consoleui
configure_file(
input : 'finch3.1.in',
output : 'finch3.1',
configuration : man_conf,
install : true,
install_dir : get_option('mandir') / 'man1')
endif