Git commit 9073c837eed34cd230401106dff1d088a37c0483 by George Kiagiadakis.
Committed on 06/06/2012 at 11:47.
Pushed by gkiagia into branch 'kde-telepathy-0.4'.
Rename the .pot and the applet so that their names match and the translations actually get loaded.
CCMAIL:
kde-i18n-doc@...
M +1 -1 Messages.sh
M +1 -1 plasma-runner-ktp-contact.desktop
M +1 -1 src/contactrunner.h
http://commits.kde.org/ktp-contact-runner/9073c837eed34cd230401106dff1d088a37c0483diff --git a/Messages.sh b/Messages.sh
index 7565cac..ece3c7f 100755
--- a/Messages.sh
+++ b/Messages.sh
@@ -1,4 +1,4 @@
#! /usr/bin/env bash
$EXTRACTRC `find . -name "*.ui"` >> rc.cpp || exit 11
-$XGETTEXT `find . -name "*.cpp"` -o $podir/ktp-contactrunner.pot
+$XGETTEXT `find . -name "*.cpp"` -o $podir/plasma_runner_ktp_contacts.pot
rm -f rc.cpp
diff --git a/plasma-runner-ktp-contact.desktop b/plasma-runner-ktp-contact.desktop
index 03a70cb..717121b 100644
--- a/plasma-runner-ktp-contact.desktop
+++ b/plasma-runner-ktp-contact.desktop
@@ -56,7 +56,7 @@ Type=Service
X-KDE-Library=krunner_ktp_contacts
X-KDE-PluginInfo-Author=Dan Vratil
X-KDE-PluginInfo-Email=
dan@...
-X-KDE-PluginInfo-Name=KRunnerKTpContacts
+X-KDE-PluginInfo-Name=ktp_contacts
X-KDE-PluginInfo-Version=0.4
X-KDE-PluginInfo-License=GPL
X-KDE-PluginInfo-EnabledByDefault=true
diff --git a/src/contactrunner.h b/src/contactrunner.h
index 2ca62b0..c316aa4 100644
--- a/src/contactrunner.h
+++ b/src/contactrunner.h
@@ -59,6 +59,6 @@ class ContactRunner : public Plasma::AbstractRunner
Tp::AccountManagerPtr m_accountManager;
};
-K_EXPORT_PLASMA_RUNNER(KRunnerKTPContacts, ContactRunner)
+K_EXPORT_PLASMA_RUNNER(ktp_contacts, ContactRunner)
#endif /* KTPCONTACTRUNNER_H */