[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    branches/KDE/4.2/kdenetwork/kopete/protocols/wlm
From:       Matt Rogers <mattr () kde ! org>
Date:       2009-02-20 5:01:22
Message-ID: 1235106082.107443.27846.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 928776 by mattr:

Backport the display name display fix
This will be in KDE 4.2.1

BUG: 182366



 M  +7 -0      wlmaccount.cpp  


--- branches/KDE/4.2/kdenetwork/kopete/protocols/wlm/wlmaccount.cpp #928775:928776
@@ -955,6 +955,13 @@
                 Kopete::Global::Properties::self()->nickName()).value().toString();
         m_server->cb.mainConnection->setFriendlyName(nick.toAscii().data());
     }
+    else
+    {
+        // Set myself contact display name here
+        // This information come along with the address book
+        // Fix BUG 182366
+        m_server->cb.mainConnection->setFriendlyName( m_server->mainConnection->myDisplayName.c_str() );
+    }
 
     password ().setWrong (false);
 
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic