changeset 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 4989c959f5b1
files src/oscar.c src/toc.c
diffstat 2 files changed, 1 insertions(+), 7 deletions(-) [+]
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;
--- 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;