summaryrefslogtreecommitdiffstats
path: root/unix/tkUnixSysNotify.c
diff options
context:
space:
mode:
authorfvogel <fvogelnew1@free.fr>2020-11-14 22:16:21 (GMT)
committerfvogel <fvogelnew1@free.fr>2020-11-14 22:16:21 (GMT)
commit2c558e59142e62c66b474b4632956ab5c0277d9b (patch)
tree6067644037b09d2010414d3e11e4960d2cfe6ad4 /unix/tkUnixSysNotify.c
parent32e8cb9819341b4718e355896cb41879e1f57787 (diff)
downloadtk-2c558e59142e62c66b474b4632956ab5c0277d9b.zip
tk-2c558e59142e62c66b474b4632956ab5c0277d9b.tar.gz
tk-2c558e59142e62c66b474b4632956ab5c0277d9b.tar.bz2
Move _systray and _sysnotify out of the global namespace
Diffstat (limited to 'unix/tkUnixSysNotify.c')
-rwxr-xr-xunix/tkUnixSysNotify.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/unix/tkUnixSysNotify.c b/unix/tkUnixSysNotify.c
index addb209..d2c7aa6 100755
--- a/unix/tkUnixSysNotify.c
+++ b/unix/tkUnixSysNotify.c
@@ -121,7 +121,7 @@ SysNotify_Init(
Tcl_Interp *interp)
{
- Tcl_CreateObjCommand(interp, "_sysnotify", SysNotifyCmd, interp,
+ Tcl_CreateObjCommand(interp, "::tk::sysnotify::_sysnotify", SysNotifyCmd, interp,
SysNotifyDeleteCmd);
return TCL_OK;
}