Mercurial > pidgin
diff src/protocols/jabber/chat.c @ 8261:7b57c3bd9db6
[gaim-migrate @ 8984]
In the great words of my colleague Tim: "Oops"
committer: Tailor Script <tailor@pidgin.im>
| author | Nathan Walp <nwalp@pidgin.im> |
|---|---|
| date | Sun, 15 Feb 2004 08:51:32 +0000 |
| parents | e283be34aadf |
| children | 387ba791d5f9 |
line wrap: on
line diff
--- a/src/protocols/jabber/chat.c Sun Feb 15 06:54:14 2004 +0000 +++ b/src/protocols/jabber/chat.c Sun Feb 15 08:51:32 2004 +0000 @@ -537,7 +537,7 @@ char *buf; if(cur) - buf = g_strdup_printf(_("current topic is: %s"), topic); + buf = g_strdup_printf(_("current topic is: %s"), cur); else buf = g_strdup(_("No topic is set")); gaim_conv_chat_write(GAIM_CONV_CHAT(chat->conv), "", buf,
