# HG changeset patch # User Nathan Walp # Date 1076835092 0 # Node ID 7b57c3bd9db607e66c9da4833e2b6cdd1ff44bb8 # Parent 1fa30b3f7e6d21458230d5d726e42e536ee39ea2 [gaim-migrate @ 8984] In the great words of my colleague Tim: "Oops" committer: Tailor Script diff -r 1fa30b3f7e6d -r 7b57c3bd9db6 src/protocols/jabber/chat.c --- 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,