summaryrefslogtreecommitdiffstats
path: root/macosx
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2013-02-15 14:37:22 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2013-02-15 14:37:22 (GMT)
commit382c07bad3e6c138cce5eb70b0745dfd34626143 (patch)
tree21019f9bc668c38b9a93f67378efa05983c859cf /macosx
parent9233c9a6c721e76ec8b715a9a512049ce7cfb4f2 (diff)
downloadtk-382c07bad3e6c138cce5eb70b0745dfd34626143.zip
tk-382c07bad3e6c138cce5eb70b0745dfd34626143.tar.gz
tk-382c07bad3e6c138cce5eb70b0745dfd34626143.tar.bz2
Eliminate usage of Tcl_PkgProvide/Tcl_PkgRequire functions, use the 'Ex' versions in stead.
Diffstat (limited to 'macosx')
-rw-r--r--macosx/ttkMacOSXTheme.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/macosx/ttkMacOSXTheme.c b/macosx/ttkMacOSXTheme.c
index 5752fb1..b5a0adc 100644
--- a/macosx/ttkMacOSXTheme.c
+++ b/macosx/ttkMacOSXTheme.c
@@ -1182,7 +1182,7 @@ static int AquaTheme_Init(Tcl_Interp *interp)
*/
Ttk_RegisterLayouts(themePtr, LayoutTable);
- Tcl_PkgProvide(interp, "ttk::theme::aqua", TTK_VERSION);
+ Tcl_PkgProvideEx(interp, "ttk::theme::aqua", TTK_VERSION, NULL);
return TCL_OK;
}