[SCM] ktp-contact-runner packaging branch, master, updated. debian/15.12.1-2-244-g38a1f58

Maximiliano Curia maxy at moszumanska.debian.org
Sat May 28 17:50:25 UTC 2016


Gitweb-URL: http://git.debian.org/?p=pkg-kde/applications/ktp-contact-runner.git;a=commitdiff;h=7ff0078

The following commit has been merged in the master branch:
commit 7ff0078f22745557b820b0013cb2a17b8d594a1a
Author: Dan Vrátil <dan at progdan.cz>
Date:   Mon Mar 12 14:49:11 2012 +0100

    KTP -> KTp
---
 contactrunner.cpp                 | 4 ++--
 plasma-runner-ktp-contact.desktop | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/contactrunner.cpp b/contactrunner.cpp
index 2727507..0c94410 100644
--- a/contactrunner.cpp
+++ b/contactrunner.cpp
@@ -119,7 +119,7 @@ QList< QAction* > ContactRunner::actionsForMatch(const Plasma::QueryMatch& match
 {
     QList< QAction* > actions;
     /* Remove the ID prefix added by Krunner */
-    QString id = match.id().remove("KRunnerKTPContacts_");
+    QString id = match.id().remove("KRunnerKTpContacts_");
 
     QStringList ids = id.split(",", QString::SkipEmptyParts);
     if (ids.count() != 2) {
@@ -271,7 +271,7 @@ void ContactRunner::run(const Plasma::RunnerContext& context, const Plasma::Quer
     Q_UNUSED(context)
 
     /* Remove the ID prefix added by Krunner */
-    QString id = match.id().remove("KRunnerKTPContacts_");
+    QString id = match.id().remove("KRunnerKTpContacts_");
 
     QStringList ids = id.split(",", QString::SkipEmptyParts);
     if (ids.count() != 2) {
diff --git a/plasma-runner-ktp-contact.desktop b/plasma-runner-ktp-contact.desktop
index 26fe56b..2df2fe6 100644
--- a/plasma-runner-ktp-contact.desktop
+++ b/plasma-runner-ktp-contact.desktop
@@ -8,7 +8,7 @@ Type=Service
 X-KDE-Library=krunner_ktp_contacts
 X-KDE-PluginInfo-Author=Dan Vratil
 X-KDE-PluginInfo-Email=dan at progdan.cz
-X-KDE-PluginInfo-Name=KRunnerKTPContacts
+X-KDE-PluginInfo-Name=KRunnerKTpContacts
 X-KDE-PluginInfo-Version=0.1
 X-KDE-PluginInfo-License=GPL
 X-KDE-PluginInfo-EnabledByDefault=true

-- 
ktp-contact-runner packaging



More information about the pkg-kde-commits mailing list