From fe1a02e224802b0ddcc2945eb42d950695d044a3 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Wed, 7 Feb 2024 16:49:29 +0300 Subject: =?UTF-8?q?fixes=20#4176=20(NewStory:=20=D0=BD=D0=B5=20=D1=81?= =?UTF-8?q?=D0=BA=D1=80=D1=8B=D0=B2=D0=B0=D1=82=D1=8C=20=D0=BF=D1=83=D0=BD?= =?UTF-8?q?=D0=BA=D1=82=20=D0=BC=D0=B5=D0=BD=D1=8E=20"=D0=A3=D0=B4=D0=B0?= =?UTF-8?q?=D0=BB=D0=B8=D1=82=D1=8C"=20=D0=B4=D0=BB=D1=8F=20=D1=87=D1=83?= =?UTF-8?q?=D0=B6=D0=B8=D1=85=20=D1=81=D0=BE=D0=BE=D0=B1=D1=89=D0=B5=D0=BD?= =?UTF-8?q?=D0=B8=D0=B9)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- plugins/NewStory/src/history_menus.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/NewStory') diff --git a/plugins/NewStory/src/history_menus.cpp b/plugins/NewStory/src/history_menus.cpp index 16600a7999..747f8e4f8e 100644 --- a/plugins/NewStory/src/history_menus.cpp +++ b/plugins/NewStory/src/history_menus.cpp @@ -78,7 +78,7 @@ HMENU NSMenu_Build(NewstoryListData *data, ItemData *item) } Menu_ShowItem(hmiEdit, bShowEventActions && bEditable); - Menu_ShowItem(hmiDelete, bShowEventActions && bEditable); + Menu_ShowItem(hmiDelete, bShowEventActions); Menu_ShowItem(hmiBookmark, bShowEventActions); HMENU hMenu = CreatePopupMenu(); -- cgit v1.2.3