Mercurial > pidgin
changeset 13848:b43971b34053
[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.
committer: Tailor Script <tailor@pidgin.im>
author | Etan Reisner <pidgin@unreliablesource.net> |
---|---|
date | Wed, 21 Jun 2006 15:19:28 +0000 |
parents | 6c965941d0e0 |
children | 8d1c55309e3c |
files | plugins/tcl/tcl_cmd.c |
diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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); }