# HG changeset patch # User Ethan Blanton # Date 1150863047 0 # Node ID 597beb5c9de174016ed99598745344bd872a3683 # Parent 2a7a13cac678ed81ef151fc572eaf2c06a58edc3 [gaim-migrate @ 16300] Etan points out that this is a bad copy-and-paste (see r16299) committer: Tailor Script diff -r 2a7a13cac678 -r 597beb5c9de1 plugins/tcl/tcl_cmds.c --- a/plugins/tcl/tcl_cmds.c Tue Jun 20 16:04:00 2006 +0000 +++ b/plugins/tcl/tcl_cmds.c Wed Jun 21 04:10:47 2006 +0000 @@ -73,7 +73,7 @@ return convo; } if (interp != NULL) - Tcl_SetStringObj(Tcl_GetObjResult(interp), "invalid account", -1); + Tcl_SetStringObj(Tcl_GetObjResult(interp), "invalid conversation", -1); return NULL; }