From ba89a5d20eb054054d9cfae3723a4d62b9f62efd Mon Sep 17 00:00:00 2001 From: zautrix Date: Tue, 21 Sep 2004 11:17:18 +0000 Subject: DTM fix --- (limited to 'kabc/addressee.cpp') diff --git a/kabc/addressee.cpp b/kabc/addressee.cpp index 31ce1d6..25c77f6 100644 --- a/kabc/addressee.cpp +++ b/kabc/addressee.cpp @@ -312,6 +312,7 @@ void Addressee::mergeContact( const Addressee& ad ) // merging keys qDebug("merge contact %s ", ad.uid().latin1()); setUid( ad.uid() ); + setRevision( ad.revision() ); } void Addressee::removeID(const QString &prof) -- cgit v0.9.0.2