summaryrefslogtreecommitdiffstats
path: root/plugin
diff options
context:
space:
mode:
authorDarrell Anderson <humanreadable@yahoo.com>2012-06-16 00:06:55 -0500
committerDarrell Anderson <humanreadable@yahoo.com>2012-06-16 00:06:55 -0500
commit39f3ca446e3a21be846b851bf496d741efe9dba4 (patch)
treeaee230d8ddcbeea536a8e03879b8237691c5bdba /plugin
parentf0244cbd1268a405e9848d837c99568f14119983 (diff)
downloadsmb4k-39f3ca446e3a21be846b851bf496d741efe9dba4.tar.gz
smb4k-39f3ca446e3a21be846b851bf496d741efe9dba4.zip
Fix straggling XDG references missed in patch set from June 8, 2012.
Diffstat (limited to 'plugin')
-rw-r--r--plugin/smb4k_konqplugin.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugin/smb4k_konqplugin.cpp b/plugin/smb4k_konqplugin.cpp
index 070dd7a..e520706 100644
--- a/plugin/smb4k_konqplugin.cpp
+++ b/plugin/smb4k_konqplugin.cpp
@@ -121,7 +121,7 @@ extern "C"
map->insert("Icon","smb4k");
map->insert("Name",i18n("Samba Browser"));
map->insert("Open","false");
- map->insert("X-KDE-KonqSidebarModule","konqsidebar_smb4k");
+ map->insert("X-TDE-KonqSidebarModule","konqsidebar_smb4k");
fn->setLatin1("smb4k%1.desktop");
return true;
}