Mercurial > pidgin
changeset 30210:490707649f29
merge of '17361f09097a5f1f0b18ee376798623ad992ef35'
and '3f9a4a1940360f059c6e0ba16f841443e5b07da1'
author | John Bailey <rekkanoryo@rekkanoryo.org> |
---|---|
date | Thu, 17 Jun 2010 22:23:38 +0000 |
parents | 509c63006b1f (current diff) c4cbe5f992ce (diff) |
children | 5ec02acb206b |
files | libpurple/protocols/yahoo/libymsg.c |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/libpurple/protocols/yahoo/libymsg.c Thu Jun 17 22:20:25 2010 +0000 +++ b/libpurple/protocols/yahoo/libymsg.c Thu Jun 17 22:23:38 2010 +0000 @@ -841,12 +841,12 @@ default: break; } - + if (*stat == '1') serv_got_typing(gc, fed_from, 0, PURPLE_TYPING); else serv_got_typing_stopped(gc, fed_from); - + if (fed_from != from) g_free(fed_from);