From 2dcb9465893d9ea49455671e6ad778eaba85342f Mon Sep 17 00:00:00 2001 From: pspjuth Date: Wed, 11 Jan 2006 19:53:46 +0000 Subject: Removed a lingering error message from TIP#147 implementation. --- ChangeLog | 5 +++++ generic/tkGrid.c | 8 +++++++- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 7419646..4f45575 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2006-01-11 Peter Spjuth + + * generic/tkGrid.c: Removed a lingering error message from + TIP#147 implementation. + 2006-01-10 Daniel Steffen * macosx/tkMacOSXDebug.c: add TkMacOSXGetNamedDebugSymbol() function diff --git a/generic/tkGrid.c b/generic/tkGrid.c index e9dfce1..2b5dfef 100644 --- a/generic/tkGrid.c +++ b/generic/tkGrid.c @@ -8,7 +8,7 @@ * See the file "license.terms" for information on usage and redistribution of * this file, and for a DISCLAIMER OF ALL WARRANTIES. * - * RCS: @(#) $Id: tkGrid.c,v 1.41 2005/11/17 16:21:55 dkf Exp $ + * RCS: @(#) $Id: tkGrid.c,v 1.42 2006/01/11 19:53:47 pspjuth Exp $ */ #include "tkInt.h" @@ -1067,6 +1067,12 @@ GridRowColumnConfigureCommand(tkwin, interp, objc, objv) } /* + * Reset any lingering error from e.g GetInt. + */ + + Tcl_ResetResult(interp); + + /* * The outer loop is only to handle "all". */ -- cgit v0.12