Mercurial > pidgin.yaz
changeset 23747:7cb8e04bca7a
merge of '14f8b4609456592014383ef4957124a07f57ac3a'
and '79758530b2d043ca03126b97fdcf3f5b004fb3f1'
author | Elliott Sales de Andrade <qulogic@pidgin.im> |
---|---|
date | Sat, 09 Aug 2008 04:25:58 +0000 |
parents | 357168efca68 (current diff) 38c76b5b846b (diff) |
children | 107166bb2a64 |
files | |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/libpurple/protocols/msn/notification.c Sat Aug 09 02:24:55 2008 +0000 +++ b/libpurple/protocols/msn/notification.c Sat Aug 09 04:25:58 2008 +0000 @@ -1166,14 +1166,14 @@ { #if 0 MSN_SET_PARAMS("NOT %d\r\n%s", cmdproc->servconn->payload, payload); +#endif purple_debug_misc("msn", "Notification: {%s}\n", payload); -#endif } static void not_cmd(MsnCmdProc *cmdproc, MsnCommand *cmd) { - cmdproc->servconn->payload_len = atoi(cmd->params[0]); + cmd->payload_len = atoi(cmd->params[0]); cmdproc->last_cmd->payload_cb = not_cmd_post; }