Changeset fd03770 for protocols/nogaim.c


Ignore:
Timestamp:
2006-06-25T19:43:14Z (18 years ago)
Author:
Wilmer van der Gaast <wilmer@…>
Branches:
master
Children:
c9f0c79
Parents:
6ee9d2d (diff), 9b63df6 (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 from devel/Jelmer.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • protocols/nogaim.c

    r6ee9d2d rfd03770  
    294294       
    295295        serv_got_crap( gc, "Signing off.." );
     296       
     297        b_event_remove( gc->keepalive );
    296298        gc->flags |= OPT_LOGGING_OUT;
    297299       
    298         b_event_remove( gc->keepalive );
    299300        gc->keepalive = 0;
    300301        gc->prpl->close( gc );
Note: See TracChangeset for help on using the changeset viewer.