summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--protocols/JabberG/jabber_misc.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/protocols/JabberG/jabber_misc.cpp b/protocols/JabberG/jabber_misc.cpp
index d47b2f5174..101711e1b7 100644
--- a/protocols/JabberG/jabber_misc.cpp
+++ b/protocols/JabberG/jabber_misc.cpp
@@ -540,8 +540,8 @@ void CJabberProto::UpdateMirVer(HANDLE hContact, JABBER_RESOURCE_STATUS *resourc
FormatMirVer(resource, szMirVer, SIZEOF(szMirVer));
if ( szMirVer[0] )
JSetStringT( hContact, "MirVer", szMirVer );
- else
- JDeleteSetting( hContact, "MirVer" );
+// else
+// JDeleteSetting( hContact, "MirVer" );
DBVARIANT dbv;
if ( !JGetStringT( hContact, "jid", &dbv )) {