diff options
Diffstat (limited to 'protocols/purple')
-rw-r--r-- | protocols/purple/purple.c | 2 |
1 files changed, 1 insertions, 1 deletions
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); |