Mercurial > pidgin
diff src/oscar.c @ 971:26354cf6a362
[gaim-migrate @ 981]
small stupid fixes
committer: Tailor Script <tailor@pidgin.im>
author | Eric Warmenhoven <eric@warmenhoven.org> |
---|---|
date | Wed, 11 Oct 2000 01:05:14 +0000 |
parents | f7886476f9d9 |
children | a45991891aba |
line wrap: on
line diff
--- a/src/oscar.c Wed Oct 11 00:31:15 2000 +0000 +++ b/src/oscar.c Wed Oct 11 01:05:14 2000 +0000 @@ -318,9 +318,6 @@ void oscar_close(struct gaim_connection *gc) { if (gc->protocol != PROTO_OSCAR) return; -#ifdef USE_APPLET - set_user_state(offline); -#endif if (gc->inpa > 0) gdk_input_remove(gc->inpa); gc->inpa = -1;