From 5dc533256a87daab9e3b42b35614b411b189a985 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Wed, 17 Sep 2014 12:29:30 +0000 Subject: - MS_CLIST_REMOVECONTEXTFRAMEMENUITEM, MS_CLIST_REMOVESUBGROUPMENUITEM & MS_CLIST_REMOVEGROUPMENUITEM removed; - minor code cleaning git-svn-id: http://svn.miranda-ng.org/main/trunk@10496 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- protocols/Gadu-Gadu/src/image.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'protocols/Gadu-Gadu') diff --git a/protocols/Gadu-Gadu/src/image.cpp b/protocols/Gadu-Gadu/src/image.cpp index 4f9d8f3d5a..6d0a6899f6 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(MO_REMOVEMENUITEM, (WPARAM)hImageMenuItem, (LPARAM) 0); + CallService(MO_REMOVEMENUITEM, (WPARAM)hImageMenuItem, 0); return FALSE; } -- cgit v1.2.3