diff libpurple/protocols/irc/msgs.c @ 20816:efa448405f3d

Remove explicit setting of wants_to_die from prpls.
author Will Thompson <will.thompson@collabora.co.uk>
date Tue, 09 Oct 2007 13:42:15 +0000
parents 88aa557b997f
children ba41f2a60253
line wrap: on
line diff
--- a/libpurple/protocols/irc/msgs.c	Tue Oct 09 13:36:08 2007 +0000
+++ b/libpurple/protocols/irc/msgs.c	Tue Oct 09 13:42:15 2007 +0000
@@ -913,7 +913,6 @@
 				  _("Your selected nickname was rejected by the server.  It probably contains invalid characters."));
 
 	} else {
-		gc->wants_to_die = TRUE;
 		purple_connection_error_reason (gc, PURPLE_REASON_INVALID_SETTINGS,
 				  _("Your selected account name was rejected by the server.  It probably contains invalid characters."));
 	}