[gaim-migrate @ 16304]

Wed, 21 Jun 2006 15:19:28 +0000

author
Etan Reisner <deryni@pidgin.im>
date
Wed, 21 Jun 2006 15:19:28 +0000
changeset 13850
fc565de2de20
parent 13849
2c5754af43b0
child 13851
27bc39ea07f8

[gaim-migrate @ 16304]
See, and this is why I had Ethan look this over.
Having signal and command callbacks conflict with each other would be bad.

plugins/tcl/tcl_cmd.c file | annotate | diff | comparison | revisions
--- a/plugins/tcl/tcl_cmd.c	Wed Jun 21 15:14:26 2006 +0000
+++ b/plugins/tcl/tcl_cmd.c	Wed Jun 21 15:19:28 2006 +0000
@@ -184,6 +184,7 @@
 	char name[32];
 	static int cbnum;
 
-	g_snprintf(name, sizeof(name), "::gaim::_callback::cb_%d", cbnum++);
+	g_snprintf(name, sizeof(name), "::gaim::_cmd_callback::cb_%d",
+	           cbnum++);
 	return Tcl_NewStringObj(name, -1);
 }

mercurial