[SCM] ktp-kded-integration-module packaging branch, master, updated. debian/15.12.1-2-382-gbd961c2
Maximiliano Curia
maxy at moszumanska.debian.org
Sat May 28 00:15:00 UTC 2016
Gitweb-URL: http://git.debian.org/?p=pkg-kde/applications/ktp-kded-module.git;a=commitdiff;h=df1193c
The following commit has been merged in the master branch:
commit df1193c51eaea26f495b12c622cccd24faae00e2
Author: Stefan Eggers <coloncolonone at gmail.com>
Date: Wed Mar 6 12:15:41 2013 +0100
Fix auto away not restoring previous presence the first time
BUG: 301335
FIXED-IN: 0.6.0
REVIEW: 109301
---
telepathy-module.cpp | 2 ++
1 file changed, 2 insertions(+)
diff --git a/telepathy-module.cpp b/telepathy-module.cpp
index b52be1f..1c986b1 100644
--- a/telepathy-module.cpp
+++ b/telepathy-module.cpp
@@ -123,6 +123,8 @@ void TelepathyModule::onAccountManagerReady(Tp::PendingOperation* op)
m_errorHandler = new ErrorHandler(m_accountManager, this);
m_contactHandler = new ContactRequestHandler(m_accountManager, this);
m_contactNotify = new ContactNotify(m_accountManager, this);
+
+ m_lastUserPresence = m_globalPresence->requestedPresence();
}
void TelepathyModule::onRequestedPresenceChanged(const KTp::Presence &presence)
--
ktp-kded-integration-module packaging
More information about the pkg-kde-commits
mailing list