summaryrefslogtreecommitdiffstats
path: root/unix
diff options
context:
space:
mode:
authorfvogel <fvogelnew1@free.fr>2023-07-24 20:18:26 (GMT)
committerfvogel <fvogelnew1@free.fr>2023-07-24 20:18:26 (GMT)
commit669b3ffcb6f73ff6ea763a093d836c92424efb37 (patch)
tree5afc90ee30be760df1613cbbea629d72ab7a8434 /unix
parentf23d8d31796e87982bd211e90d484de147901c6d (diff)
downloadtk-669b3ffcb6f73ff6ea763a093d836c92424efb37.zip
tk-669b3ffcb6f73ff6ea763a093d836c92424efb37.tar.gz
tk-669b3ffcb6f73ff6ea763a093d836c92424efb37.tar.bz2
Backout [8662aebe] (Improvements on pure Tcl system notification window. Patch from Emiliano Gavilan.) until we understand why it triggers errors at Github Actions.
Diffstat (limited to 'unix')
-rwxr-xr-xunix/tkUnixSysNotify.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/unix/tkUnixSysNotify.c b/unix/tkUnixSysNotify.c
index 52f585b..f4a6d12 100755
--- a/unix/tkUnixSysNotify.c
+++ b/unix/tkUnixSysNotify.c
@@ -216,7 +216,6 @@ SysNotify_Init(
}
ln_fns.nopen++;
Tcl_MutexUnlock(&ln_mutex);
- if (!notify_init) return TCL_OK;
Tcl_CreateObjCommand(interp, "::tk::sysnotify::_sysnotify", SysNotifyCmd,
interp, SysNotifyDeleteCmd);