; * src/w32fns.c (Fw32_notification_close): Fix typo (bug#72091).
This commit is contained in:
committed by
Eli Zaretskii
parent
febafe3788
commit
a6c78ccf5f
@@ -10472,7 +10472,7 @@ DEFUN ("w32-notification-close",
|
||||
{
|
||||
struct frame *f = SELECTED_FRAME ();
|
||||
|
||||
if (FIXNUMP (id) && !pfnShell_NotifyIconW)
|
||||
if (FIXNUMP (id) && pfnShell_NotifyIconW)
|
||||
delete_tray_notification (f, XFIXNUM (id));
|
||||
|
||||
return Qnil;
|
||||
|
||||
Reference in New Issue
Block a user