summaryrefslogtreecommitdiffstats
path: root/kioslave/system/entries/kio_system_documenthelper
diff options
context:
space:
mode:
authortpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2010-09-22 05:22:19 +0000
committertpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2010-09-22 05:22:19 +0000
commit7d27a8d80db659efcef8f3197f43d8337890123d (patch)
tree4277efbd23e2811fb99ca3f651554b04eee59a63 /kioslave/system/entries/kio_system_documenthelper
parentd02bf7a4ff7f823e15ea2c148f5bdf0b4727a74b (diff)
downloadtdebase-7d27a8d80db659efcef8f3197f43d8337890123d.tar.gz
tdebase-7d27a8d80db659efcef8f3197f43d8337890123d.zip
Fix Documents launching problem from system menu
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdebase@1178041 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'kioslave/system/entries/kio_system_documenthelper')
-rwxr-xr-xkioslave/system/entries/kio_system_documenthelper14
1 files changed, 0 insertions, 14 deletions
diff --git a/kioslave/system/entries/kio_system_documenthelper b/kioslave/system/entries/kio_system_documenthelper
deleted file mode 100755
index 7cc2c2b2d..000000000
--- a/kioslave/system/entries/kio_system_documenthelper
+++ /dev/null
@@ -1,14 +0,0 @@
-#!/bin/sh
-# Script used by by the document.desktop entry to determine if it must be
-# shown or not
-#
-# Copyright GPL v2 by Kevin Ottens <ervin ipsquad net>
-#
-
-document_path=`kde-config --userpath document | sed "s/\/\$//"`
-home_path=`echo $HOME | sed "s/\/\$//"`
-
-if test "$document_path" != "$home_path" ; then
- echo $document_path
-fi
-