[SCM] ktp-contact-list packaging branch, master, updated. debian/15.12.1-2-1070-g6c56f91

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


Gitweb-URL: http://git.debian.org/?p=pkg-kde/applications/ktp-contact-list.git;a=commitdiff;h=79753ca

The following commit has been merged in the master branch:
commit 79753cacce61810b8557f1014211d8aeba8de15e
Author: David Edmundson <kde at davidedmundson.co.uk>
Date:   Sat Mar 12 03:41:34 2011 +0000

    Fix typo in slot name
---
 account-button.cpp | 4 ++--
 account-button.h   | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/account-button.cpp b/account-button.cpp
index 0935a7c..08059d7 100644
--- a/account-button.cpp
+++ b/account-button.cpp
@@ -108,7 +108,7 @@ AccountButton::AccountButton(const Tp::AccountPtr &account, QWidget* parent)
             this, SLOT(connectionChanged(Tp::ConnectionStatus)));
 
     connect(m_account.data(), SIGNAL(currentPresenceChanged(Tp::Presence)),
-            this, SLOT(preseneceChanged(Tp::Presence)));
+            this, SLOT(presenceChanged(Tp::Presence)));
 
     updateToolTip();
 }
@@ -170,7 +170,7 @@ void AccountButton::hideBusyIndicator()
     m_busyOverlay->stop();
 }
 
-void AccountButton::preseneceChanged(Tp::Presence presence)
+void AccountButton::presenceChanged(Tp::Presence presence)
 {
     foreach (QAction *a, actions()) {
         if (presence.status() == qVariantValue<Tp::Presence>(a->data()).status()) {
diff --git a/account-button.h b/account-button.h
index 28e9ee5..2f748fb 100644
--- a/account-button.h
+++ b/account-button.h
@@ -59,7 +59,7 @@ public Q_SLOTS:
     void hideBusyIndicator();
 
     ///Called when the account presence changes
-    void preseneceChanged(Tp::Presence presence);
+    void presenceChanged(Tp::Presence presence);
 
 private:
     ///Holds the account it controls

-- 
ktp-contact-list packaging



More information about the pkg-kde-commits mailing list