summaryrefslogtreecommitdiffstats
path: root/macosx/ttkMacOSXTheme.c
diff options
context:
space:
mode:
authorjan.nijtmans <jan.nijtmans@noemail.net>2013-02-15 14:37:22 (GMT)
committerjan.nijtmans <jan.nijtmans@noemail.net>2013-02-15 14:37:22 (GMT)
commitff0696ca0f4139be0cfd2231cec274f314877995 (patch)
tree21019f9bc668c38b9a93f67378efa05983c859cf /macosx/ttkMacOSXTheme.c
parent5877d674b9e85edbeca32cd1dd925d82d7848a31 (diff)
downloadtk-ff0696ca0f4139be0cfd2231cec274f314877995.zip
tk-ff0696ca0f4139be0cfd2231cec274f314877995.tar.gz
tk-ff0696ca0f4139be0cfd2231cec274f314877995.tar.bz2
Eliminate usage of Tcl_PkgProvide/Tcl_PkgRequire functions, use the 'Ex' versions in stead.
FossilOrigin-Name: 1200c1c28356fef32826f1f5e3935b71ce8d8b24
Diffstat (limited to 'macosx/ttkMacOSXTheme.c')
-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;
}