[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:22:23 UTC 2016


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

The following commit has been merged in the master branch:
commit 28b0616d342c2612594a4fd277973e411e802c21
Author: David Edmundson <kde at davidedmundson.co.uk>
Date:   Thu Aug 9 19:39:27 2012 +0100

    Update name of plugin KCM to something sensible
    
    Breaks string freeze
    
    Reviewed-by: Martin Klapetek
    CCMAIL: kde-i18n-doc at kde.org
---
 config/kcm_ktp_chat_messages.desktop | 3 ++-
 config/messages-config.cpp           | 2 +-
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/config/kcm_ktp_chat_messages.desktop b/config/kcm_ktp_chat_messages.desktop
index 0389e22..8ae657c 100644
--- a/config/kcm_ktp_chat_messages.desktop
+++ b/config/kcm_ktp_chat_messages.desktop
@@ -1,5 +1,5 @@
 [Desktop Entry]
-Name=Content
+Name=Plugins
 Name[it]=Contenuto
 Name[nl]=Inhoud
 Name[pt]=Conteúdo
@@ -17,6 +17,7 @@ Comment[pt_BR]=Como lidar com informações adicionais obtidas a partir de mensa
 Comment[sv]=Hur extra information som erhålls från meddelande ska hanteras
 Comment[uk]=Спосіб обробки додаткових даних, отриманих з повідомленнями
 Comment[x-test]=xxHow to deal with extra information obtained from messagesxx
+Icon=preferences-plugin
 
 X-KDE-Library=kcm_ktp_chat_messages
 X-KDE-ServiceTypes=KCModule
diff --git a/config/messages-config.cpp b/config/messages-config.cpp
index cb14ffd..8f7fee0 100644
--- a/config/messages-config.cpp
+++ b/config/messages-config.cpp
@@ -35,7 +35,7 @@ MessagesConfig::MessagesConfig(QWidget *parent, const QVariantList &args)
     pluginSelector()->addPlugins(
         PluginConfigManager::self()->allPlugins(),
         KPluginSelector::ReadConfigFile,
-        QString(),
+        i18n("Plugins"),
         QString(),
         PluginConfigManager::self()->sharedConfig() //why won't this take a KConfigGroup?
     );

-- 
ktp-text-ui packaging



More information about the pkg-kde-commits mailing list