summaryrefslogtreecommitdiff
path: root/src/modules/metacontacts/meta_services.cpp
diff options
context:
space:
mode:
authorGeorge Hazan <george.hazan@gmail.com>2014-03-05 17:15:41 +0000
committerGeorge Hazan <george.hazan@gmail.com>2014-03-05 17:15:41 +0000
commit50e9cca2ec06bbae40237f491a3bae80b454928e (patch)
tree711249732d109f6d288c4b8587e0d8ac56d359c6 /src/modules/metacontacts/meta_services.cpp
parent3b620119f530681ddffcdfdcabd8a41e426a9e7f (diff)
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
Diffstat (limited to 'src/modules/metacontacts/meta_services.cpp')
-rw-r--r--src/modules/metacontacts/meta_services.cpp2
1 files changed, 1 insertions, 1 deletions
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;
}