[SCM] ktp-accounts-kcm packaging branch, master, updated. debian/15.12.1-1-1157-gc4589c5

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


Gitweb-URL: http://git.debian.org/?p=pkg-kde/applications/ktp-accounts-kcm.git;a=commitdiff;h=ac25081

The following commit has been merged in the master branch:
commit ac25081d34470fbbcbf19356ab7056f77237065d
Author: Lukáš Tinkl <ltinkl at redhat.com>
Date:   Mon Apr 8 19:53:19 2013 +0200

    Fix translation catalog name
    
    FIXED-IN: 0.6.1
    BUG: 318055
    
    Reviewed-By: Dan Vrátil
---
 src/kcm-telepathy-accounts.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/kcm-telepathy-accounts.cpp b/src/kcm-telepathy-accounts.cpp
index f5f5a67..f00c0f5 100644
--- a/src/kcm-telepathy-accounts.cpp
+++ b/src/kcm-telepathy-accounts.cpp
@@ -65,7 +65,7 @@
 
 
 K_PLUGIN_FACTORY(KCMTelepathyAccountsFactory, registerPlugin<KCMTelepathyAccounts>();)
-K_EXPORT_PLUGIN(KCMTelepathyAccountsFactory("telepathy_accounts", "telepathy-accounts-kcm"))
+K_EXPORT_PLUGIN(KCMTelepathyAccountsFactory("kcm_ktp_accounts", "kcm_ktp_accounts"))
 
 
 KCMTelepathyAccounts::KCMTelepathyAccounts(QWidget *parent, const QVariantList& args)

-- 
ktp-accounts-kcm packaging



More information about the pkg-kde-commits mailing list