summaryrefslogtreecommitdiffstats
path: root/generic/tkWindow.c
diff options
context:
space:
mode:
authorericm <ericm>2000-03-24 23:13:18 (GMT)
committerericm <ericm>2000-03-24 23:13:18 (GMT)
commit16b9be5313ada51ee31c48018912217deb5f09c5 (patch)
tree10e248b26c344713de8d00a2ec8fa95e6b32779e /generic/tkWindow.c
parentbefc686dfc0ef32494588de6019b889c6b289c50 (diff)
downloadtk-16b9be5313ada51ee31c48018912217deb5f09c5.zip
tk-16b9be5313ada51ee31c48018912217deb5f09c5.tar.gz
tk-16b9be5313ada51ee31c48018912217deb5f09c5.tar.bz2
* tests/xmfbox.test: Updated tests.
* generic/tkWindow.c: * generic/tkInt.h: Updated Tcl_OptionCmd -> Tcl_OptionObjCmd * generic/tkOption.c: Tcl_Obj'ectified the "option" command.
Diffstat (limited to 'generic/tkWindow.c')
-rw-r--r--generic/tkWindow.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/generic/tkWindow.c b/generic/tkWindow.c
index 04dc7ee..f486234 100644
--- a/generic/tkWindow.c
+++ b/generic/tkWindow.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: tkWindow.c,v 1.15 2000/03/07 00:09:09 ericm Exp $
+ * RCS: @(#) $Id: tkWindow.c,v 1.16 2000/03/24 23:13:18 ericm Exp $
*/
#include "tkPort.h"
@@ -109,7 +109,7 @@ static TkCmd commands[] = {
{"grid", Tk_GridCmd, NULL, 1, 1},
{"image", NULL, Tk_ImageObjCmd, 1, 1},
{"lower", NULL, Tk_LowerObjCmd, 1, 1},
- {"option", Tk_OptionCmd, NULL, 1, 1},
+ {"option", NULL, Tk_OptionObjCmd, 1, 1},
{"pack", Tk_PackCmd, NULL, 1, 1},
{"place", Tk_PlaceCmd, NULL, 1, 1},
{"raise", NULL, Tk_RaiseObjCmd, 1, 1},