[PC-BSD Commits] r14618 - pcbsd/current/src-sh/amount
svn at pcbsd.org
svn at pcbsd.org
Tue Jan 3 07:53:42 PST 2012
Author: kris
Date: 2012-01-03 15:53:42 +0000 (Tue, 03 Jan 2012)
New Revision: 14618
Modified:
pcbsd/current/src-sh/amount/openfm.sh
pcbsd/current/src-sh/amount/updatedesktop.pl
Log:
Remove empty Path= values in amount creations
Modified: pcbsd/current/src-sh/amount/openfm.sh
===================================================================
--- pcbsd/current/src-sh/amount/openfm.sh 2012-01-03 15:11:22 UTC (rev 14617)
+++ pcbsd/current/src-sh/amount/openfm.sh 2012-01-03 15:53:42 UTC (rev 14618)
@@ -101,7 +101,6 @@
Name=Explore ${LABEL}
Exec=${FILEEXPLORER} ${MEDIA}
Type=Application
-Path=
Icon=${ICON}" > ${DESKTOP_EXPLORE_ICON}
$UPDATEDESKTOP
Modified: pcbsd/current/src-sh/amount/updatedesktop.pl
===================================================================
--- pcbsd/current/src-sh/amount/updatedesktop.pl 2012-01-03 15:11:22 UTC (rev 14617)
+++ pcbsd/current/src-sh/amount/updatedesktop.pl 2012-01-03 15:53:42 UTC (rev 14618)
@@ -108,7 +108,6 @@
Name=$name
Exec=$OPENTHUNAR $dev
Type=Application
-Path=
Icon=$ICON
EOFROW
More information about the Commits
mailing list