Ignore:
Timestamp:
2007-11-19T23:16:18Z (16 years ago)
Author:
Wilmer van der Gaast <wilmer@…>
Branches:
master
Children:
7df5a08
Parents:
cd428e4 (diff), ef5c185 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merging Jabber groupchat support.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • protocols/oscar/oscar.c

    rcd428e4 r256899f  
    20312031                                       
    20322032                                        if (realname) {
     2033                                                imcb_buddy_nick_hint(ic, curitem->name, realname);
    20332034                                                imcb_rename_buddy(ic, curitem->name, realname);
    20342035                                                g_free(realname);
     
    25232524
    25242525        /* Notify the conversation window that we've left the chat */
    2525         imcb_chat_removed(cc->cnv);
     2526        imcb_chat_free(cc->cnv);
    25262527
    25272528        /* Destroy the chat_connection */
Note: See TracChangeset for help on using the changeset viewer.