]> git.pld-linux.org Git - packages/tix.git/blob - tix-tcl85_hack.patch
- dropped pre-cvs changelog
[packages/tix.git] / tix-tcl85_hack.patch
1 --- tix-8.1.4/generic/tixWidget.c~      2000-05-17 11:08:42.000000000 +0000
2 +++ tix-8.1.4/generic/tixWidget.c       2005-04-21 12:59:18.719293888 +0000
3 @@ -228,7 +228,7 @@
4             Tcl_SetVar2(interp, "errorCode", NULL, oldErrorCode,
5                 TCL_GLOBAL_ONLY);
6         }
7 -       iPtr->flags |= ERR_IN_PROGRESS;
8 +/*     iPtr->flags |= ERR_IN_PROGRESS; */
9      }
10      if (rootCmd) {
11         ckfree(rootCmd);
This page took 0.102378 seconds and 3 git commands to generate.