From a08b2db9575b276d7e6008e794fa728518671ec4 Mon Sep 17 00:00:00 2001 From: dequis Date: Sun, 16 Oct 2016 03:45:28 -0300 Subject: Rename bee_chat_list_finish() to imcb_chat_list_finish() bee_chat_list_finish is still available as a deprecated function but it will be removed before the next stable release It has never been part of any release, just keeping it for a while for the sake of being polite to the users of the discord plugin who may be using the experimental chat list branch. --- protocols/purple/purple.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'protocols/purple') diff --git a/protocols/purple/purple.c b/protocols/purple/purple.c index 6b043101..bd84966e 100644 --- a/protocols/purple/purple.c +++ b/protocols/purple/purple.c @@ -1406,7 +1406,7 @@ static void prplcb_roomlist_in_progress(PurpleRoomlist *list, gboolean in_progre ic->chatlist = g_slist_reverse(rld->chats); rld->chats = NULL; - bee_chat_list_finish(ic); + imcb_chat_list_finish(ic); if (rld->initialized) { purple_roomlist_unref(list); -- cgit v1.2.3