Changeset 0fd8559 for protocols/nogaim.c
- Timestamp:
- 2007-02-18T17:48:04Z (18 years ago)
- Branches:
- master
- Children:
- 0f4c1bb5
- Parents:
- 8de63c3 (diff), c7d0f41 (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. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
protocols/nogaim.c
r8de63c3 r0fd8559 280 280 account_t *a; 281 281 282 /* Nested calls might happen sometimes, this is probably the best 283 place to catch them. */ 284 if( gc->flags & OPT_LOGGING_OUT ) 285 return; 286 else 287 gc->flags |= OPT_LOGGING_OUT; 288 282 289 serv_got_crap( gc, "Signing off.." ); 283 290 284 291 b_event_remove( gc->keepalive ); 285 gc->flags |= OPT_LOGGING_OUT;286 287 292 gc->keepalive = 0; 288 293 gc->acc->prpl->close( gc ); … … 1014 1019 } 1015 1020 1016 g_list_free( ms );1017 1018 1021 return( 1 ); 1019 1022 }
Note: See TracChangeset
for help on using the changeset viewer.