summaryrefslogtreecommitdiff
path: root/plugins/Clist_modern/src/CLUIFrames/framesmenu.cpp
diff options
context:
space:
mode:
authorGeorge Hazan <george.hazan@gmail.com>2013-12-18 14:16:04 +0000
committerGeorge Hazan <george.hazan@gmail.com>2013-12-18 14:16:04 +0000
commit7843c6d7e2b2c63d841737ea89e0527686288b1b (patch)
treeac995bd27caa24afac983ec468321b627767cad7 /plugins/Clist_modern/src/CLUIFrames/framesmenu.cpp
parenta02a8f8e2b6a1c1f09a8338e41665d142b4eb6e7 (diff)
more syncing
git-svn-id: http://svn.miranda-ng.org/main/trunk@7274 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Clist_modern/src/CLUIFrames/framesmenu.cpp')
-rw-r--r--plugins/Clist_modern/src/CLUIFrames/framesmenu.cpp4
1 files changed, 1 insertions, 3 deletions
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;
}