diff src/oscar.c @ 267:5c19f91e7ce4

[gaim-migrate @ 277] Turns out it's not GDK's problem. committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Thu, 25 May 2000 08:37:29 +0000
parents 59f1748b09a6
children cfa39d39dec6
line wrap: on
line diff
--- a/src/oscar.c	Thu May 25 08:26:05 2000 +0000
+++ b/src/oscar.c	Thu May 25 08:37:29 2000 +0000
@@ -87,8 +87,7 @@
 			aim_logoff(sess);
 			gdk_input_remove(inpa);
 		} else {
-			if (aim_rxdispatch(sess))
-				debug_print("I hate GDK!\n");
+			aim_rxdispatch(sess);
 		}
 	}
 }