Mercurial > pidgin
changeset 21426:8ffb65f3c0e9
Clarify PURPLE_CONNECTION_ERROR_INVALID_USERNAME slightly.
author | Will Thompson <will.thompson@collabora.co.uk> |
---|---|
date | Sun, 11 Nov 2007 21:56:58 +0000 |
parents | cd4173014f50 |
children | 3c0b20dd2805 |
files | libpurple/connection.h |
diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/libpurple/connection.h Sun Nov 11 21:41:59 2007 +0000 +++ b/libpurple/connection.h Sun Nov 11 21:56:58 2007 +0000 @@ -67,7 +67,8 @@ /** The username supplied was not valid. */ PURPLE_CONNECTION_ERROR_INVALID_USERNAME = 1, /** The username, password or some other credential was incorrect. Use - * the above errors if the username is known to be invalid. + * #PURPLE_CONNECTION_ERROR_INVALID_USERNAME instead if the username + * is known to be invalid. */ PURPLE_CONNECTION_ERROR_AUTHENTICATION_FAILED = 2, /** libpurple doesn't speak any of the authentication methods the