Mercurial > pidgin.yaz
changeset 6904:7c3a11c69be9
[gaim-migrate @ 7451]
Thanks to Arun A Tharuvai for this and the last patch.
This one fixes personal zephyrs, the last one fixed a compilation
problem with kerberos on debian and likely other recent distributions.
committer: Tailor Script <tailor@pidgin.im>
author | Mark Doliner <mark@kingant.net> |
---|---|
date | Sun, 21 Sep 2003 20:57:19 +0000 |
parents | 347e456550e6 |
children | 90cfd31c506f |
files | src/protocols/zephyr/zephyr.c |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/protocols/zephyr/zephyr.c Sun Sep 21 20:47:24 2003 +0000 +++ b/src/protocols/zephyr/zephyr.c Sun Sep 21 20:57:19 2003 +0000 @@ -818,6 +818,7 @@ "From: @bold($1) <$sender>\n\n$2"; notice.z_message_len = strlen(im) + strlen(sig) + 4; notice.z_message = buf; + ZSendNotice(¬ice, ZAUTH); g_free(buf); return 1; }