[gaim-migrate @ 8984]

Sun, 15 Feb 2004 08:51:32 +0000

author
Nathan Walp <nwalp@pidgin.im>
date
Sun, 15 Feb 2004 08:51:32 +0000
changeset 8261
6f167efcd390
parent 8260
0e5386061f16
child 8262
fa907a654af9

[gaim-migrate @ 8984]
In the great words of my colleague Tim: "Oops"

src/protocols/jabber/chat.c file | annotate | diff | comparison | revisions
--- 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,

mercurial