Changeset a3d5766 for protocols


Ignore:
Timestamp:
2007-06-19T23:28:45Z (17 years ago)
Author:
Wilmer van der Gaast <wilmer@…>
Branches:
master
Children:
7bf4326
Parents:
bdda9e9
Message:

Not calling imcb_remove_buddy() right after removing the XML console buddy
anymore.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • protocols/jabber/jabber.c

    rbdda9e9 ra3d5766  
    334334        {
    335335                jd->flags &= ~JFLAG_XMLCONSOLE;
     336                /* Not necessary for now. And for now the code isn't too
     337                   happy if the buddy is completely gone right after calling
     338                   this function already.
    336339                imcb_remove_buddy( ic, JABBER_XMLCONSOLE_HANDLE, NULL );
     340                */
    337341                return;
    338342        }
Note: See TracChangeset for help on using the changeset viewer.