Changeset aef4828 for irc.c


Ignore:
Timestamp:
2007-04-06T05:20:31Z (17 years ago)
Author:
Wilmer van der Gaast <wilmer@…>
Branches:
master
Children:
552e641
Parents:
0da65d5
Message:

More cleanups, mainly in the callbacks. Replaced things like
do_error_dialog() and (set|hide)_login_progress(_error)?() with things
that hopefully make more sense.

Although it's still not really great...

File:
1 edited

Legend:

Unmodified
Added
Removed
  • irc.c

    r0da65d5 raef4828  
    232232                if (account->ic) {
    233233                        account->ic->wants_to_die = TRUE;
    234                         signoff(account->ic);
     234                        imc_logout(account->ic);
    235235                } else if (account->reconnect) {
    236236                        cancel_auto_reconnect(account);
Note: See TracChangeset for help on using the changeset viewer.