From 8cbf63303a7f35241fa1ba2bd4ca8306e81d1837 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Tue, 16 Sep 2014 13:51:27 +0000 Subject: useless service MS_CLIST_REMOVECONTACTMENUITEM deleted git-svn-id: http://svn.miranda-ng.org/main/trunk@10479 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- protocols/Gadu-Gadu/src/gg.cpp | 2 +- protocols/Gadu-Gadu/src/image.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'protocols/Gadu-Gadu') diff --git a/protocols/Gadu-Gadu/src/gg.cpp b/protocols/Gadu-Gadu/src/gg.cpp index 6cdb929f0f..e1b9f75a61 100644 --- a/protocols/Gadu-Gadu/src/gg.cpp +++ b/protocols/Gadu-Gadu/src/gg.cpp @@ -264,7 +264,7 @@ void GGPROTO::block_init() void GGPROTO::block_uninit() { - CallService(MS_CLIST_REMOVECONTACTMENUITEM, (WPARAM)hBlockMenuItem, 0); + CallService(MO_REMOVEMENUITEM, (WPARAM)hBlockMenuItem, 0); } ////////////////////////////////////////////////////////// diff --git a/protocols/Gadu-Gadu/src/image.cpp b/protocols/Gadu-Gadu/src/image.cpp index cc2228bf27..4f9d8f3d5a 100644 --- a/protocols/Gadu-Gadu/src/image.cpp +++ b/protocols/Gadu-Gadu/src/image.cpp @@ -127,7 +127,7 @@ int GGPROTO::img_destroy() // Destroy list list_destroy(imagedlgs, 1); - CallService(MS_CLIST_REMOVECONTACTMENUITEM, (WPARAM)hImageMenuItem, (LPARAM) 0); + CallService(MO_REMOVEMENUITEM, (WPARAM)hImageMenuItem, (LPARAM) 0); return FALSE; } -- cgit v1.2.3