; * src/w32fns.c (Fw32_notification_close): Fix typo (bug#72091).
This commit is contained in:
parent
febafe3788
commit
a6c78ccf5f
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue