diff src/toc.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 9eb07b383df4
children a45991891aba
line wrap: on
line diff
--- a/src/toc.c	Wed Oct 11 00:31:15 2000 +0000
+++ b/src/toc.c	Wed Oct 11 01:05:14 2000 +0000
@@ -39,7 +39,7 @@
 #include "gaim.h"
 #include "gnome_applet_mgr.h"
 
-#define REVISION "gaim:$Revision: 980 $"
+#define REVISION "gaim:$Revision: 981 $"
 
 
 static unsigned int peer_ver=0;
@@ -177,9 +177,6 @@
 void toc_close(struct gaim_connection *gc)
 {
 	if (gc->protocol != PROTO_TOC) return; /* how did this happen? */
-#ifdef USE_APPLET
-	set_user_state(offline);
-#endif /* USE_APPLET */
         if (gc->inpa > 0)
 		gdk_input_remove(gc->inpa);
 	gc->inpa = -1;