diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2015-01-23 08:50:28 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2015-01-23 08:50:56 +0900 |
commit | 2db89f3986ff88bc55edca190c25bef5df7c3c33 (patch) | |
tree | b3fff4aaadc0eee65588d9ea1fd54af256ed714f /tdeioslave/home | |
parent | 614d4d45f31fd1d20e89a26448759ab609b9dd5f (diff) | |
download | tdebase-2db89f3986ff88bc55edca190c25bef5df7c3c33.tar.gz tdebase-2db89f3986ff88bc55edca190c25bef5df7c3c33.zip |
Fixed wrong DocPath strings. This relates to bug 2319
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'tdeioslave/home')
-rw-r--r-- | tdeioslave/home/home.protocol | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tdeioslave/home/home.protocol b/tdeioslave/home/home.protocol index a2bffcee0..a0b4d0038 100644 --- a/tdeioslave/home/home.protocol +++ b/tdeioslave/home/home.protocol @@ -12,7 +12,7 @@ linking=true moving=true Icon=folder_home maxInstances=4 -DocPath=tdeioslave/home/index.html +X-DocPath=tdeioslave/home/index.html Class=:local Parent=system:/ deleteRecursive=true |