[SCM] ktp-accounts-kcm packaging branch, master, updated. debian/15.12.1-1-1157-gc4589c5

Maximiliano Curia maxy at moszumanska.debian.org
Sat May 28 00:00:38 UTC 2016


Gitweb-URL: http://git.debian.org/?p=pkg-kde/applications/ktp-accounts-kcm.git;a=commitdiff;h=951bcb4

The following commit has been merged in the master branch:
commit 951bcb4b458671dd15b733fadbd11da3d30899c2
Author: Martin Klapetek <martin.klapetek at gmail.com>
Date:   Thu Dec 8 12:32:57 2011 +0100

    Don't set "Online" presence message for enabled accounts
---
 src/kcm-telepathy-accounts.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/kcm-telepathy-accounts.cpp b/src/kcm-telepathy-accounts.cpp
index fe64c73..aa9f0a1 100644
--- a/src/kcm-telepathy-accounts.cpp
+++ b/src/kcm-telepathy-accounts.cpp
@@ -215,7 +215,7 @@ void KCMTelepathyAccounts::onAccountEnabledChanged(const QModelIndex &index, boo
         // connect the account
         AccountItem *item = m_accountsListModel->itemForIndex(index);
         if (item) {
-            item->account()->setRequestedPresence(Tp::Presence::available(QString("Online")));
+            item->account()->setRequestedPresence(Tp::Presence::available());
         }
     }
 }

-- 
ktp-accounts-kcm packaging



More information about the pkg-kde-commits mailing list