qulogic/pidgin

Add purple_contact_find_dm

6 months ago, Gary Kramlich
eca0c08ed2a3
Add purple_contact_find_dm

This is a common use case and is a bit of code, so it's good to have a helper
like this.

Testing Done:
Created dm's via the contact list and made sure they worked. The previous update /r/2851 broke instant messages for all protocol plugins that are still using PurpleIMConversation which need to be updated anyways.

Reviewed at https://reviews.imfreedom.org/r/2853/
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