Mercurial > pidgin
diff src/protocols/msn/switchboard.h @ 13125:442b23efba54
[gaim-migrate @ 15487]
sf patch #1424749, from Evan Schoenberg
Fix MSN buddy icon rate-limiting problems
committer: Tailor Script <tailor@pidgin.im>
| author | Mark Doliner <mark@kingant.net> |
|---|---|
| date | Sun, 05 Feb 2006 21:30:43 +0000 |
| parents | a1aa681f1448 |
| children | 99b9b58b19dd |
line wrap: on
line diff
--- a/src/protocols/msn/switchboard.h Sun Feb 05 20:06:31 2006 +0000 +++ b/src/protocols/msn/switchboard.h Sun Feb 05 21:30:43 2006 +0000 @@ -45,6 +45,7 @@ MSN_SB_ERROR_OFFLINE, /**< The account is offline. */ MSN_SB_ERROR_USER_OFFLINE, /**< The user to call is offline. */ MSN_SB_ERROR_CONNECTION, /**< There was a connection error. */ + MSN_SB_ERROR_TOO_FAST, /**< We are sending too fast */ MSN_SB_ERROR_UNKNOWN /**< An unknown error occurred. */ } MsnSBErrorType;
