[SCM] kdeconnect packaging branch, master, updated. debian/0.9g-1-1183-g9d69498

Maximiliano Curia maxy at moszumanska.debian.org
Fri Oct 14 14:27:28 UTC 2016


Gitweb-URL: http://git.debian.org/?p=pkg-kde/kde-extras/kdeconnect.git;a=commitdiff;h=39225d5

The following commit has been merged in the master branch:
commit 39225d54d4c64f4e2308e3136dc172650f1da6a6
Author: Àlex Fiestas <afiestas at kde.org>
Date:   Mon Mar 3 21:10:30 2014 +0100

    Set the name of kdeconnect to kdeconnectd
    
    We have an icon for kdeconnect but we do not for kdeconnectd,
    some libraries (like KJob) use this name to try to fetch the
    app icon, so it is useful to have a name that has an icon
    with the same name.
---
 kded/kdeconnectd.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kded/kdeconnectd.cpp b/kded/kdeconnectd.cpp
index a18b863..77788cb 100644
--- a/kded/kdeconnectd.cpp
+++ b/kded/kdeconnectd.cpp
@@ -59,7 +59,7 @@ void initializeTermHandlers(QCoreApplication* app, Daemon* daemon)
 
 int main(int argc, char* argv[])
 {
-    KAboutData aboutData("kdeconnectd", "kdeconnect-kded",
+    KAboutData aboutData("kdeconnect", "kdeconnect-kded",
                          ki18n("kdeconnect"),
                          "0.1",
                          ki18n("connect devices"),

-- 
kdeconnect packaging



More information about the pkg-kde-commits mailing list