- Timestamp:
- 2006-06-25T19:43:14Z (19 years ago)
- 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. - Location:
- protocols
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
protocols/msn/msn.c
r6ee9d2d rfd03770 94 94 g_slist_free( md->msgq ); 95 95 } 96 97 g_free( md->grouplist ); 96 98 97 99 g_free( md ); -
protocols/nogaim.c
r6ee9d2d rfd03770 294 294 295 295 serv_got_crap( gc, "Signing off.." ); 296 297 b_event_remove( gc->keepalive ); 296 298 gc->flags |= OPT_LOGGING_OUT; 297 299 298 b_event_remove( gc->keepalive );299 300 gc->keepalive = 0; 300 301 gc->prpl->close( gc );
Note: See TracChangeset
for help on using the changeset viewer.