Mercurial > pidgin.yaz
changeset 20556:7fc7edb4dcd0
I suppose wants_to_die should also be set when your myspace password is
too long.
author | Will Thompson <will.thompson@collabora.co.uk> |
---|---|
date | Wed, 19 Sep 2007 18:12:01 +0000 |
parents | cfc4d2e23c76 |
children | dc77c5910ed3 595f3ca5eb75 |
files | libpurple/protocols/myspace/myspace.c |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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;