summaryrefslogtreecommitdiffstats
path: root/generic/ttk/ttkInit.c
diff options
context:
space:
mode:
authordas <das>2007-09-03 01:43:06 (GMT)
committerdas <das>2007-09-03 01:43:06 (GMT)
commit467374f42f6015fb5d2f81ef77eaa7d7109f0b23 (patch)
tree7f2550038bb2f95d92ea9bdc27ebecc8979b5b25 /generic/ttk/ttkInit.c
parent5397491a300effb666df74fee45b7ce334350586 (diff)
downloadtk-467374f42f6015fb5d2f81ef77eaa7d7109f0b23.zip
tk-467374f42f6015fb5d2f81ef77eaa7d7109f0b23.tar.gz
tk-467374f42f6015fb5d2f81ef77eaa7d7109f0b23.tar.bz2
* generic/ttk/ttkInit.c (Ttk_Init): register ttk in package database
to enable extension access to the ttkStubs table. * generic/ttk/ttkDecls.h: correct capitalization of ttk package name.
Diffstat (limited to 'generic/ttk/ttkInit.c')
-rw-r--r--generic/ttk/ttkInit.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/generic/ttk/ttkInit.c b/generic/ttk/ttkInit.c
index f12a01b..0642226 100644
--- a/generic/ttk/ttkInit.c
+++ b/generic/ttk/ttkInit.c
@@ -1,4 +1,4 @@
-/* $Id: ttkInit.c,v 1.5 2007/01/03 05:06:25 nijtmans Exp $
+/* $Id: ttkInit.c,v 1.6 2007/09/03 01:43:07 das Exp $
* Copyright (c) 2003, Joe English
*
* Ttk package: initialization routine and miscellaneous utilities.
@@ -276,9 +276,7 @@ Ttk_Init(Tcl_Interp *interp)
Ttk_PlatformInit(interp);
-#if 0
Tcl_PkgProvideEx(interp, "Ttk", TTK_PATCH_LEVEL, (void*)&ttkStubs);
-#endif
return TCL_OK;
}