summaryrefslogtreecommitdiff
path: root/plugins/NewEventNotify/menuitem.c
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/NewEventNotify/menuitem.c')
-rw-r--r--plugins/NewEventNotify/menuitem.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/plugins/NewEventNotify/menuitem.c b/plugins/NewEventNotify/menuitem.c
index f6d471b636..eac66a59aa 100644
--- a/plugins/NewEventNotify/menuitem.c
+++ b/plugins/NewEventNotify/menuitem.c
@@ -30,14 +30,13 @@ CLISTMENUITEM menuitem;
HANDLE hMenuitemNotify;
BOOL bNotify;
-static int MenuitemNotifyCmd(WPARAM wParam,LPARAM lParam)
+static INT_PTR MenuitemNotifyCmd(WPARAM wParam,LPARAM lParam)
{
bNotify = !bNotify;
MenuitemUpdate(bNotify);
//write changes to options->bDisable and into database
Opt_DisableNEN(!bNotify);
-
return 0;
}