Changeset a08b2db for protocols/purple


Ignore:
Timestamp:
2016-10-16T06:51:53Z (8 years ago)
Author:
dequis <dx@…>
Branches:
master
Children:
6e991a9
Parents:
9698fc0
git-author:
dequis <dx@…> (16-10-16 06:45:28)
git-committer:
dequis <dx@…> (16-10-16 06:51:53)
Message:

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.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • protocols/purple/purple.c

    r9698fc0 ra08b2db  
    14071407        rld->chats = NULL;
    14081408
    1409         bee_chat_list_finish(ic);
     1409        imcb_chat_list_finish(ic);
    14101410
    14111411        if (rld->initialized) {
Note: See TracChangeset for help on using the changeset viewer.