[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:18:32 UTC 2016


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

The following commit has been merged in the master branch:
commit 0174b3b744c3b5eca01ef7e43b5689fd697ed311
Author: Pino Toscano <pino at kde.org>
Date:   Sat Dec 18 13:04:51 2010 +0100

    i18n: an empty message is reserved by gettext, so use KLocalizedString()
---
 lib/chatwindow.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/chatwindow.cpp b/lib/chatwindow.cpp
index db70c12..c413bc2 100644
--- a/lib/chatwindow.cpp
+++ b/lib/chatwindow.cpp
@@ -60,7 +60,7 @@ public:
 //FIXME I would like this to be part of the main KDE Telepathy library as a static function somewhere.
 KComponentData ChatWindowPrivate::telepathyComponentData()
 {
-    KAboutData telepathySharedAboutData("ktelepathy",0,ki18n(""),0);
+    KAboutData telepathySharedAboutData("ktelepathy",0,KLocalizedString(),0);
     return KComponentData(telepathySharedAboutData);
 }
 

-- 
ktp-text-ui packaging



More information about the pkg-kde-commits mailing list