comparison 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
comparison
equal deleted inserted replaced
20815:7a7b3a425666 20816:efa448405f3d
911 purple_notify_error(gc, _("Invalid nickname"), 911 purple_notify_error(gc, _("Invalid nickname"),
912 _("Invalid nickname"), 912 _("Invalid nickname"),
913 _("Your selected nickname was rejected by the server. It probably contains invalid characters.")); 913 _("Your selected nickname was rejected by the server. It probably contains invalid characters."));
914 914
915 } else { 915 } else {
916 gc->wants_to_die = TRUE;
917 purple_connection_error_reason (gc, PURPLE_REASON_INVALID_SETTINGS, 916 purple_connection_error_reason (gc, PURPLE_REASON_INVALID_SETTINGS,
918 _("Your selected account name was rejected by the server. It probably contains invalid characters.")); 917 _("Your selected account name was rejected by the server. It probably contains invalid characters."));
919 } 918 }
920 } 919 }
921 920