Tue, 30 May 2017 21:17:24 -0500
Remove deprecated prpl files which snuck in during a merge.
This patch removes the MSN, MXit, and Yahoo files and fixes one other,
minor change that snuck in when merging 2.12 into the 3.0 branch. Doing
so also fixes `make check` which was getting confused by some unknown
files (now removed) it wasn't expecting for translations.
#include "gtkmodule.h" MODULE = Pidgin::Log PACKAGE = Pidgin::Log PREFIX = pidgin_log_ PROTOTYPES: ENABLE Purple::Handle pidgin_log_get_handle() void pidgin_log_show(type, buddyname, account) Purple::LogType type const char * buddyname Purple::Account account void pidgin_log_show_contact(contact) Purple::BuddyList::Contact contact MODULE = Pidgin::Log PACKAGE = Pidgin::SysLog PREFIX = pidgin_syslog_ PROTOTYPES: ENABLE void pidgin_syslog_show()