[SCM] ktp-text-ui packaging branch, master, updated. debian/15.12.1-1-1918-gdf4b0ec

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


Gitweb-URL: http://git.debian.org/?p=pkg-kde/applications/ktp-text-ui.git;a=commitdiff;h=828fca0

The following commit has been merged in the master branch:
commit 828fca048a57aa95f5281aeeae11716469f01c95
Author: David Edmundson <kde at davidedmundson.co.uk>
Date:   Tue Jul 9 12:53:15 2013 +0100

    Remove FeatureRoster from ConnectionFeatures
    
    Now that GlobalContactManager will upgrade the connection object
    when we request a full contact roster (in the "invite contact" dialog)
    we don't need to fetch the whole roster on load.
    (see http://commits.kde.org/telepathy-common-internals/9cc7ea57c830d345bab5377208058fb47b428b69)
    
    This should result in faster load times.
    
    CCBUG: 303477
---
 app/main.cpp | 1 -
 1 file changed, 1 deletion(-)

diff --git a/app/main.cpp b/app/main.cpp
index d17797b..bacd931 100644
--- a/app/main.cpp
+++ b/app/main.cpp
@@ -60,7 +60,6 @@ int main(int argc, char *argv[])
         QDBusConnection::sessionBus(),
         Tp::Features() << Tp::Connection::FeatureSelfContact
                        << Tp::Connection::FeatureCore
-                       << Tp::Connection::FeatureRoster
     );
 
     Tp::ChannelFactoryPtr channelFactory = Tp::ChannelFactory::create(QDBusConnection::sessionBus());

-- 
ktp-text-ui packaging



More information about the pkg-kde-commits mailing list