changeset 2230:cfc9abe45db2

[gaim-migrate @ 2240] these two files' commits are unrelated. committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Fri, 07 Sep 2001 07:30:28 +0000
parents b5ad79ad917b
children 8c4ff1a368bd
files ChangeLog src/protocols/msn/msn.c
diffstat 2 files changed, 3 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Fri Sep 07 07:28:31 2001 +0000
+++ b/ChangeLog	Fri Sep 07 07:30:28 2001 +0000
@@ -3,6 +3,9 @@
 version 0.44:
 	* More sane scaling of buddy icons (intelligently scale to
 	  either 48x48 or 50x50 depending on icon)
+	* Have you ever had it happen where you cancel a login and
+	  Gaim starts using all the available processing power? I
+	  think I fixed that.
 
 version 0.43:
 	* Updated German Translation (thanks Daniel Seifert)
--- a/src/protocols/msn/msn.c	Fri Sep 07 07:28:31 2001 +0000
+++ b/src/protocols/msn/msn.c	Fri Sep 07 07:30:28 2001 +0000
@@ -915,7 +915,6 @@
 			close(md->fd);
 			gaim_input_remove(md->inpa);
 			md->inpa = 0;
-			md->fd = 0;
 			md->fd = proxy_connect(host, port, msn_login_xfr_connect, gc);
 		}
 	} else if (isdigit(*buf)) {