diff options
author | Darrell Anderson <humanreadable@yahoo.com> | 2012-06-16 00:06:55 -0500 |
---|---|---|
committer | Darrell Anderson <humanreadable@yahoo.com> | 2012-06-16 00:06:55 -0500 |
commit | 39f3ca446e3a21be846b851bf496d741efe9dba4 (patch) | |
tree | aee230d8ddcbeea536a8e03879b8237691c5bdba | |
parent | f0244cbd1268a405e9848d837c99568f14119983 (diff) | |
download | smb4k-39f3ca446e3a21be846b851bf496d741efe9dba4.tar.gz smb4k-39f3ca446e3a21be846b851bf496d741efe9dba4.zip |
Fix straggling XDG references missed in patch set from June 8, 2012.
m--------- | cmake | 0 | ||||
-rw-r--r-- | plugin/smb4k_konqplugin.cpp | 2 |
2 files changed, 1 insertions, 1 deletions
diff --git a/cmake b/cmake -Subproject 477d071b5db5544ace5449f0c2eea6d5c01d693 +Subproject 07921f23f88ede05bf40f01d870e18dee886890 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; } |