comparison src/protocols/msn/msg.h @ 10451:92d4a25fd33c

[gaim-migrate @ 11717] This is patch 1090620 from Felipe Contreras to improve the handling of the Individuals group on MSN and better buddy updates (modified by me to work in HEAD) Also included is my fix for bug 1090087 "MSN Groupchat Double Invite Crash", a few spelling corrections, and make some more strings translatable. committer: Tailor Script <tailor@pidgin.im>
author Stu Tomlinson <stu@nosnilmot.com>
date Thu, 30 Dec 2004 15:55:19 +0000
parents bbf738a0ce7b
children 95fa774d216d
comparison
equal deleted inserted replaced
10450:577fdf4110fc 10451:92d4a25fd33c
58 { 58 {
59 MSN_MSG_ERROR_NONE, /**< No error. */ 59 MSN_MSG_ERROR_NONE, /**< No error. */
60 MSN_MSG_ERROR_TIMEOUT, /**< The message timedout. */ 60 MSN_MSG_ERROR_TIMEOUT, /**< The message timedout. */
61 MSN_MSG_ERROR_NAK, /**< The message could not be sent. */ 61 MSN_MSG_ERROR_NAK, /**< The message could not be sent. */
62 MSN_MSG_ERROR_SB, /**< The error comes from the switchboard. */ 62 MSN_MSG_ERROR_SB, /**< The error comes from the switchboard. */
63 MSN_MSG_ERROR_UNKNOWN /**< An unknown error occured. */ 63 MSN_MSG_ERROR_UNKNOWN /**< An unknown error occurred. */
64 64
65 } MsnMsgErrorType; 65 } MsnMsgErrorType;
66 66
67 typedef struct 67 typedef struct
68 { 68 {