[SCM] ktp-send-file packaging branch, master, updated. debian/15.12.1-2-216-g8f07cdf

Maximiliano Curia maxy at moszumanska.debian.org
Sat May 28 00:14:56 UTC 2016


Gitweb-URL: http://git.debian.org/?p=pkg-kde/applications/ktp-send-file.git;a=commitdiff;h=caadc99

The following commit has been merged in the master branch:
commit caadc9916eb3c6582ab61e6565c03c27472d0d54
Author: Daniele E. Domenichelli <daniele.domenichelli at gmail.com>
Date:   Fri Nov 16 00:24:55 2012 +0100

    Set bugzilla product name and icon
---
 main.cpp | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/main.cpp b/main.cpp
index 64e0a10..fac970b 100644
--- a/main.cpp
+++ b/main.cpp
@@ -36,6 +36,8 @@ int main(int argc, char *argv[])
                          ki18n("Telepathy Send File"),
                          KTP_SEND_FILE_VERSION);
     aboutData.addAuthor(ki18n("David Edmundson"), ki18n("Author"), "kde at davidedmundson.co.uk");
+    aboutData.setProductName("telepathy/send-file");
+    aboutData.setProgramIconName(QLatin1String("telepathy-kde"));
 
     KCmdLineArgs::init(argc, argv, &aboutData);
 

-- 
ktp-send-file packaging



More information about the pkg-kde-commits mailing list