[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:19:08 UTC 2016


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

The following commit has been merged in the master branch:
commit 9e65075eac0fa41ae6fff3bc8e865a128c746248
Author: David Edmundson <kde at davidedmundson.co.uk>
Date:   Tue Mar 22 02:08:44 2011 +0000

    Set product name for correct bug reporting
    
    REVIEW: 100912
    BUG: 268135
---
 app/main.cpp | 1 +
 1 file changed, 1 insertion(+)

diff --git a/app/main.cpp b/app/main.cpp
index 8dd3900..a408eef 100644
--- a/app/main.cpp
+++ b/app/main.cpp
@@ -38,6 +38,7 @@ int main(int argc, char *argv[])
                          "0.1");
     aboutData.addAuthor(ki18n("David Edmundson"), ki18n("Developer"), "david at davidedmundson.co.uk");
     aboutData.addAuthor(ki18n("Dominik Schmidt"), ki18n("Developer"), "kde at dominik-schmidt.de");
+    aboutData.setProductName("telepathy/text-chat-ui"); //set the correct name for bug reporting
 
     KCmdLineArgs::init(argc, argv, &aboutData);
 

-- 
ktp-text-ui packaging



More information about the pkg-kde-commits mailing list