# HG changeset patch # User Nathan Walp # Date 1051769211 0 # Node ID 0e2cc63796189bcfbcf682364b65c9ee2098456c # Parent e4dadc60ea5a84ee368a703ac9f1e18826614de1 [gaim-migrate @ 5637] Paco-Paco did some more i18n-inating, and fixed IRC topic stuff committer: Tailor Script diff -r e4dadc60ea5a -r 0e2cc6379618 src/protocols/irc/irc.c --- a/src/protocols/irc/irc.c Thu May 01 05:54:54 2003 +0000 +++ b/src/protocols/irc/irc.c Thu May 01 06:06:51 2003 +0000 @@ -1744,7 +1744,7 @@ char *word[], char *word_eol[]) { struct gaim_conversation *c = irc_find_chat(gc, word[3]); - char *topic = *word_eol[4] == ':' ? word_eol[4] + 1 : word_eol[4]; + char *topic = irc_recv_convert(gc, *word_eol[4] == ':' ? word_eol[4] + 1 : word_eol[4]); char buf[IRC_BUF_LEN]; if (c) { @@ -1754,6 +1754,7 @@ gaim_conversation_write(c, NULL, buf, -1, WFLAG_SYSTEM, time(NULL)); } + g_free(topic); } static gboolean