[Pkg-kde-extras] Bug#859462: Fix from upstream

Frederic Bonnard frediz at linux.vnet.ibm.com
Fri Apr 14 12:43:37 UTC 2017


Hi,
here is attached part of the patch applied upstream (
https://github.com/TelepathyIM/telepathy-qt/commit/15374115fa910ffa41ac2acce71b7f4fc0937674
)
That fixed the problem here.

F.
-------------- next part --------------
--- a/tests/dbus/contacts-capabilities.cpp
+++ b/tests/dbus/contacts-capabilities.cpp
@@ -111,7 +111,7 @@
     QStringList ids = QStringList() << QLatin1String("alice")
         << QLatin1String("bob") << QLatin1String("chris");
 
-    gboolean supportTextChat[] = { TRUE, FALSE, FALSE };
+    bool supportTextChat[] = { true, false, false };
 
     TpHandleRepoIface *serviceRepo =
         tp_base_connection_get_handles(TP_BASE_CONNECTION(mConn->service()),
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 819 bytes
Desc: not available
URL: <http://lists.alioth.debian.org/pipermail/pkg-kde-extras/attachments/20170414/35822462/attachment.sig>


More information about the pkg-kde-extras mailing list