summaryrefslogtreecommitdiff
path: root/plugins/Db3x_mmap/src/dbcontacts.cpp
diff options
context:
space:
mode:
authorGeorge Hazan <george.hazan@gmail.com>2014-03-07 14:35:21 +0000
committerGeorge Hazan <george.hazan@gmail.com>2014-03-07 14:35:21 +0000
commit574ce873c3b0eb608186c03af324d841f32465a6 (patch)
tree332648d8df077d036866e6a6424095f4f603f902 /plugins/Db3x_mmap/src/dbcontacts.cpp
parent4036e52a03cba9c3bd345796407a851153377279 (diff)
fix for mc history merge
git-svn-id: http://svn.miranda-ng.org/main/trunk@8446 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Db3x_mmap/src/dbcontacts.cpp')
-rw-r--r--plugins/Db3x_mmap/src/dbcontacts.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/Db3x_mmap/src/dbcontacts.cpp b/plugins/Db3x_mmap/src/dbcontacts.cpp
index 13a266f33d..3277114de6 100644
--- a/plugins/Db3x_mmap/src/dbcontacts.cpp
+++ b/plugins/Db3x_mmap/src/dbcontacts.cpp
@@ -257,6 +257,7 @@ BOOL CDb3Mmap::MetaMergeHistory(DBCachedContact *ccMeta, DBCachedContact *ccSub)
if (pev->signature != DBEVENT_SIGNATURE) // broken chain, don't touch it
return 2;
+ pev->contactID = ccSub->contactID;
arEvents.insert(pev);
ofsSub = pev->ofsNext;
}