Mercurial > pidgin
comparison libpurple/protocols/myspace/myspace.c @ 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 | e81e2b299825 |
comparison
equal
deleted
inserted
replaced
20555:cfc4d2e23c76 | 20556:7fc7edb4dcd0 |
---|---|
289 (int)strlen(acct->password)); | 289 (int)strlen(acct->password)); |
290 | 290 |
291 /* Notify an error message also, because this is important! */ | 291 /* Notify an error message also, because this is important! */ |
292 purple_notify_error(acct, g_strdup(_("MySpaceIM Error")), str, NULL); | 292 purple_notify_error(acct, g_strdup(_("MySpaceIM Error")), str, NULL); |
293 | 293 |
294 gc->wants_to_die = TRUE; | |
294 purple_connection_error(gc, str); | 295 purple_connection_error(gc, str); |
295 g_free(str); | 296 g_free(str); |
296 return; | 297 return; |
297 } | 298 } |
298 #endif | 299 #endif |