[kdevplatform/1.5] plugins/switchtobuddy: Fix codeutils plugin, restoring Document/Rename Declaration.

Sven Brauch svenbrauch at googlemail.com
Sun May 12 12:38:47 UTC 2013


Git commit 20786c278f904db96408e1455ae9dc9831cf2eb0 by Sven Brauch, on behalf of Lambert Clara.
Committed on 06/05/2013 at 22:13.
Pushed by brauch into branch '1.5'.

Fix codeutils plugin, restoring Document/Rename Declaration.

The kdevswitchtobuddy plugin desktop file was setting its property
X-KDE-PluginInfo-Name to kdevcodeutils, thus conflicting with the real
kdevcodeutils plugin.
Backported to 4.5 as discussed on the mailing list.
CCMAIL:kdevelop-devel at kdevelop.org

M  +1    -1    plugins/switchtobuddy/kdevswitchtobuddy.desktop

http://commits.kde.org/kdevplatform/20786c278f904db96408e1455ae9dc9831cf2eb0

diff --git a/plugins/switchtobuddy/kdevswitchtobuddy.desktop b/plugins/switchtobuddy/kdevswitchtobuddy.desktop
index e46bf78..def82b6 100644
--- a/plugins/switchtobuddy/kdevswitchtobuddy.desktop
+++ b/plugins/switchtobuddy/kdevswitchtobuddy.desktop
@@ -73,7 +73,7 @@ GenericName[zh_TW]=切換到相關文件
 Icon=document-multiple
 ServiceTypes=KDevelop/Plugin
 X-KDE-Library=kdevswitchtobuddy
-X-KDE-PluginInfo-Name=kdevcodeutils
+X-KDE-PluginInfo-Name=kdevswitchtobuddy
 X-KDE-PluginInfo-Category=Utilities
 X-KDevelop-Version=15
 X-KDevelop-Category=Global


More information about the KDevelop-devel mailing list