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

Maximiliano Curia maxy at moszumanska.debian.org
Fri May 27 23:57:31 UTC 2016


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

The following commit has been merged in the master branch:
commit 85f08f68d8594c6748ed0321a3d6a293efd5313b
Author: George Goldberg <grundleborg at googlemail.com>
Date:   Fri Jul 24 20:16:00 2009 +0000

    Bump minimum version of TelepathyQt4 required to 0.1.9 now it has been released.
    
    svn path=/trunk/playground/network/telepathy-accounts-kcm/; revision=1002033
---
 cmake/modules/FindTelepathyQt4.cmake | 2 +-
 src/parameter-item.cpp               | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/cmake/modules/FindTelepathyQt4.cmake b/cmake/modules/FindTelepathyQt4.cmake
index 33381a9..b4d4868 100644
--- a/cmake/modules/FindTelepathyQt4.cmake
+++ b/cmake/modules/FindTelepathyQt4.cmake
@@ -17,7 +17,7 @@ endif(TELEPATHY_QT4_INCLUDE_DIR AND TELEPATHY_QT4_LIBRARIES)
 
 find_package(PkgConfig)
 if(PKG_CONFIG_FOUND)
-    pkg_check_modules(PC_TELEPATHY_QT4 QUIET TelepathyQt4>=0.1.8)
+    pkg_check_modules(PC_TELEPATHY_QT4 QUIET TelepathyQt4>=0.1.9)
 endif(PKG_CONFIG_FOUND)
 
 find_path(TELEPATHY_QT4_INCLUDE_DIR
diff --git a/src/parameter-item.cpp b/src/parameter-item.cpp
index 3072dd7..f70b9fc 100644
--- a/src/parameter-item.cpp
+++ b/src/parameter-item.cpp
@@ -70,7 +70,7 @@ bool ParameterItem::isRequired() const
 
 bool ParameterItem::isRequiredForRegistration() const
 {
-    return m_parameter->requiredForRegistration();
+    return m_parameter->isRequiredForRegistration();
 }
 
 Tp::ProtocolParameter *ParameterItem::parameter()

-- 
ktp-accounts-kcm packaging



More information about the pkg-kde-commits mailing list