Changeset dff8d8a
- Timestamp:
- Jun 27, 2003, 10:11:32 PM (22 years ago)
- 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
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
ChangeLog
r5bb6c21 rdff8d8a 8 8 login notifications for webzephyr users 9 9 Fixed bug that caused a crash on zpunt with '*' for an instance 10 AIM logout and then login now works. 10 11 11 12 2.0.4 -
aim.c
rceb8cfb rdff8d8a 163 163 { 164 164 /* 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)); 166 166 owl_global_set_aimnologgedin(&g); 167 167 }
Note: See TracChangeset
for help on using the changeset viewer.