From 50e9cca2ec06bbae40237f491a3bae80b454928e Mon Sep 17 00:00:00 2001 From: George Hazan Date: Wed, 5 Mar 2014 17:15:41 +0000 Subject: fix for removing the single sub in the MC Editor git-svn-id: http://svn.miranda-ng.org/main/trunk@8415 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- src/modules/metacontacts/meta_services.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/modules/metacontacts/meta_services.cpp') diff --git a/src/modules/metacontacts/meta_services.cpp b/src/modules/metacontacts/meta_services.cpp index 34b1d85376..7efa81463b 100644 --- a/src/modules/metacontacts/meta_services.cpp +++ b/src/modules/metacontacts/meta_services.cpp @@ -691,7 +691,7 @@ int Meta_ContactDeleted(WPARAM hContact, LPARAM lParam) // is a subcontact - update meta contact if (IsSub(cc)) { - Meta_RemoveContactNumber(cc, Meta_GetContactNumber(cc, hContact)); + Meta_RemoveContactNumber(cc, Meta_GetContactNumber(cc, hContact), true); NotifyEventHooks(hSubcontactsChanged, cc->parentID, 0); return 0; } -- cgit v1.2.3