From 7843c6d7e2b2c63d841737ea89e0527686288b1b Mon Sep 17 00:00:00 2001 From: George Hazan Date: Wed, 18 Dec 2013 14:16:04 +0000 Subject: more syncing git-svn-id: http://svn.miranda-ng.org/main/trunk@7274 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/Clist_modern/src/CLUIFrames/framesmenu.cpp | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'plugins/Clist_modern/src/CLUIFrames/framesmenu.cpp') diff --git a/plugins/Clist_modern/src/CLUIFrames/framesmenu.cpp b/plugins/Clist_modern/src/CLUIFrames/framesmenu.cpp index 80ba3433c0..7d520cacb2 100644 --- a/plugins/Clist_modern/src/CLUIFrames/framesmenu.cpp +++ b/plugins/Clist_modern/src/CLUIFrames/framesmenu.cpp @@ -47,9 +47,7 @@ static INT_PTR AddContextFrameMenuItem(WPARAM wParam, LPARAM lParam) static INT_PTR RemoveContextFrameMenuItem(WPARAM wParam, LPARAM lParam) { - if (lParam != 1) - CallService(MO_REMOVEMENUITEM, wParam, 0); - + CallService(MO_REMOVEMENUITEM, wParam, 0); return 0; } -- cgit v1.2.3