Wed, 21 Jun 2006 15:19:28 +0000
[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); }