From 80985f25f0092ee79b172a772df50ed60df37bec Mon Sep 17 00:00:00 2001 From: Nick Thomas Date: Sat, 10 Apr 2021 14:26:42 +0100 Subject: [PATCH] purple: Support libpurple 2.13 get_cb_alias was introduced in 2.14 and referencing it directly in this macro breaks compilation against libpurple-2.13, as found in Debian Buster. https://docs.pidgin.im/pidgin/2.x.y/struct__PurplePluginProtocolInfo.html#ad43cef005f1634b0d170cc2972c69550 --- src/purple/loader.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/purple/loader.rs b/src/purple/loader.rs index 10c5ab6..a89aed9 100644 --- a/src/purple/loader.rs +++ b/src/purple/loader.rs @@ -134,5 +134,4 @@ impl_extra_handler_builder! { get_chat_name => GetChatNameHandler send_im => SendIMHandler chat_send => ChatSendHandler -// get_cb_alias => GetChatBuddyAlias }