# HG changeset patch # User Will Thompson # Date 1190225521 0 # Node ID 7fc7edb4dcd0cce9f5c64205d7bfe1b732e28642 # Parent cfc4d2e23c76e734e96e85234832107195807079 I suppose wants_to_die should also be set when your myspace password is too long. diff -r cfc4d2e23c76 -r 7fc7edb4dcd0 libpurple/protocols/myspace/myspace.c --- a/libpurple/protocols/myspace/myspace.c Wed Sep 19 17:53:52 2007 +0000 +++ b/libpurple/protocols/myspace/myspace.c Wed Sep 19 18:12:01 2007 +0000 @@ -291,6 +291,7 @@ /* Notify an error message also, because this is important! */ purple_notify_error(acct, g_strdup(_("MySpaceIM Error")), str, NULL); + gc->wants_to_die = TRUE; purple_connection_error(gc, str); g_free(str); return;