Changeset dff8d8a


Ignore:
Timestamp:
Jun 27, 2003, 10:11:32 PM (21 years ago)
Author:
James M. Kretchmar <kretch@mit.edu>
Branches:
master, barnowl_perlaim, debian, owl, release-1.10, release-1.4, release-1.5, release-1.6, release-1.7, release-1.8, release-1.9
Children:
94e4899
Parents:
5bb6c21
Message:
AIM logout and then login now works.
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • ChangeLog

    r5bb6c21 rdff8d8a  
    88          login notifications for webzephyr users
    99        Fixed bug that caused a crash on zpunt with '*' for an instance
     10        AIM logout and then login now works.
    1011       
    11122.0.4
  • aim.c

    rceb8cfb rdff8d8a  
    163163{
    164164  /* need to check if it's connected first, I think */
    165   aim_session_kill(owl_global_get_aimsess(&g));
     165  logout(owl_global_get_aimsess(&g));
    166166  owl_global_set_aimnologgedin(&g);
    167167}
Note: See TracChangeset for help on using the changeset viewer.