summaryrefslogtreecommitdiffstats
path: root/win
diff options
context:
space:
mode:
authorKevin Walzer <kw@codebykevin.com>2020-09-07 19:47:25 (GMT)
committerKevin Walzer <kw@codebykevin.com>2020-09-07 19:47:25 (GMT)
commit660e8026d8b648e5de34d64f4089b782187cd399 (patch)
tree7ffe10fd63e548685cf8940510a7ed344c3c09a0 /win
parente192383e1ff43ef8bab5b45ab53f69bf65791268 (diff)
downloadtk-660e8026d8b648e5de34d64f4089b782187cd399.zip
tk-660e8026d8b648e5de34d64f4089b782187cd399.tar.gz
tk-660e8026d8b648e5de34d64f4089b782187cd399.tar.bz2
Minor tweak, thanks to fvogel for suggestion
Diffstat (limited to 'win')
-rw-r--r--win/tkWinSysTray.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/win/tkWinSysTray.c b/win/tkWinSysTray.c
index a601487..5aafeb1 100644
--- a/win/tkWinSysTray.c
+++ b/win/tkWinSysTray.c
@@ -1791,7 +1791,7 @@ WinIcoInit(Tcl_Interp * interp) {
Tcl_CreateCommand(interp, "_winico", WinIcoCmd, (ClientData)interp,
(Tcl_CmdDeleteProc *) WinIcoDestroy);
- Tcl_CreateCommand(interp, "_systray", WinSystrayCmd, (ClientData)interp, NULL);
+ Tcl_CreateCommand(interp, "_systray", WinSystrayCmd, NULL, NULL);
return TCL_OK;
}