summaryrefslogtreecommitdiffstats
path: root/generic/tkBusy.c
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2012-07-16 12:36:40 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2012-07-16 12:36:40 (GMT)
commita96a4263f85fa276c74672a7e28251691f0c7680 (patch)
tree83188d92aa77a52a178e0ae85ba5439c402f4eca /generic/tkBusy.c
parentda1c30ff0d8a05251ef3ab0e9f6a5c5bae6f7b14 (diff)
downloadtk-a96a4263f85fa276c74672a7e28251691f0c7680.zip
tk-a96a4263f85fa276c74672a7e28251691f0c7680.tar.gz
tk-a96a4263f85fa276c74672a7e28251691f0c7680.tar.bz2
Working towards adding all the Tcl_SetErrorCode calls that should be there.
** WORK IN PROGRESS **
Diffstat (limited to 'generic/tkBusy.c')
-rw-r--r--generic/tkBusy.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/generic/tkBusy.c b/generic/tkBusy.c
index fc7f6ab..5439969 100644
--- a/generic/tkBusy.c
+++ b/generic/tkBusy.c
@@ -689,6 +689,7 @@ GetBusy(
if (hPtr == NULL) {
Tcl_AppendResult(interp, "can't find busy window \"",
Tcl_GetString(windowObj), "\"", NULL);
+ Tcl_SetErrorCode(interp, "TK", "LOOKUP", "BUSY", NULL);
return NULL;
}
return Tcl_GetHashValue(hPtr);