[SCM] ktp-text-ui packaging branch, master, updated. debian/15.12.1-1-1918-gdf4b0ec

Maximiliano Curia maxy at moszumanska.debian.org
Sat May 28 00:24:26 UTC 2016


Gitweb-URL: http://git.debian.org/?p=pkg-kde/applications/ktp-text-ui.git;a=commitdiff;h=a6ee93c

The following commit has been merged in the master branch:
commit a6ee93cd9ffa514a7b4bc8ada84a248d557c4d7c
Author: Martin Klapetek <mklapetek at kde.org>
Date:   Thu Feb 27 13:21:24 2014 +0100

    Make sure text-ui has proper icon in Help->About...
    
    BUG: 331491
---
 app/main.cpp | 1 +
 1 file changed, 1 insertion(+)

diff --git a/app/main.cpp b/app/main.cpp
index 7e5fa9f..190ad1e 100644
--- a/app/main.cpp
+++ b/app/main.cpp
@@ -46,6 +46,7 @@ int main(int argc, char *argv[])
     aboutData.addAuthor(ki18n("Francesco Nwokeka"), ki18n("Developer"), "francesco.nwokeka at gmail.com");
     aboutData.setProductName("telepathy/text-ui"); //set the correct name for bug reporting
     aboutData.setLicense(KAboutData::License_GPL_V2);
+    aboutData.setProgramIconName("telepathy-kde");
 
     KCmdLineArgs::init(argc, argv, &aboutData);
 

-- 
ktp-text-ui packaging



More information about the pkg-kde-commits mailing list