Mercurial > pidgin
comparison libpurple/protocols/silc10/ops.c @ 27381:f541583e31bd
More uniformity among disconnect error messages
author | Mark Doliner <mark@kingant.net> |
---|---|
date | Mon, 06 Jul 2009 09:07:42 +0000 |
parents | e0bcb8cfda74 |
children | 1cdae196aac8 |
comparison
equal
deleted
inserted
replaced
27380:1bbed9fd046b | 27381:f541583e31bd |
---|---|
1720 g_unlink(silcpurple_session_file(purple_account_get_username(sg->account))); | 1720 g_unlink(silcpurple_session_file(purple_account_get_username(sg->account))); |
1721 break; | 1721 break; |
1722 | 1722 |
1723 case SILC_CLIENT_CONN_ERROR_TIMEOUT: | 1723 case SILC_CLIENT_CONN_ERROR_TIMEOUT: |
1724 purple_connection_error_reason(gc, PURPLE_CONNECTION_ERROR_NETWORK_ERROR, | 1724 purple_connection_error_reason(gc, PURPLE_CONNECTION_ERROR_NETWORK_ERROR, |
1725 _("Connection Timeout")); | 1725 _("Connection timed out")); |
1726 break; | 1726 break; |
1727 } | 1727 } |
1728 | 1728 |
1729 /* Error */ | 1729 /* Error */ |
1730 sg->conn = NULL; | 1730 sg->conn = NULL; |