summaryrefslogtreecommitdiffstats
path: root/generic/tkFrame.c
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2002-02-19 16:30:26 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2002-02-19 16:30:26 (GMT)
commitc2ff4f3295816505cc6c8bc727bdb59a4600e9c6 (patch)
tree94062d3833d55e33029a21882fd4c015278d324d /generic/tkFrame.c
parentc7d9b8120ab7ba175c080cf1e27fddbbf8a72eb0 (diff)
downloadtk-c2ff4f3295816505cc6c8bc727bdb59a4600e9c6.zip
tk-c2ff4f3295816505cc6c8bc727bdb59a4600e9c6.tar.gz
tk-c2ff4f3295816505cc6c8bc727bdb59a4600e9c6.tar.bz2
Minor fixes as part of TIP#72 (and one just noticed in passing)
Diffstat (limited to 'generic/tkFrame.c')
-rw-r--r--generic/tkFrame.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/generic/tkFrame.c b/generic/tkFrame.c
index bebc3b5..ec969d9 100644
--- a/generic/tkFrame.c
+++ b/generic/tkFrame.c
@@ -12,7 +12,7 @@
* See the file "license.terms" for information on usage and redistribution
* of this file, and for a DISCLAIMER OF ALL WARRANTIES.
*
- * RCS: @(#) $Id: tkFrame.c,v 1.11 2002/01/17 05:13:11 dgp Exp $
+ * RCS: @(#) $Id: tkFrame.c,v 1.12 2002/02/19 16:30:26 dkf Exp $
*/
#include "default.h"
@@ -920,7 +920,7 @@ ConfigureFrame(interp, framePtr, objc, objv)
{
Tk_SavedOptions savedOptions;
char *oldMenuName;
- Tk_Window oldWindow;
+ Tk_Window oldWindow = NULL;
Labelframe *labelframePtr = (Labelframe *) framePtr;
/*