aboutsummaryrefslogtreecommitdiffstats
path: root/netx/net/sourceforge/jnlp/util/XDesktopEntry.java
diff options
context:
space:
mode:
Diffstat (limited to 'netx/net/sourceforge/jnlp/util/XDesktopEntry.java')
-rw-r--r--netx/net/sourceforge/jnlp/util/XDesktopEntry.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/netx/net/sourceforge/jnlp/util/XDesktopEntry.java b/netx/net/sourceforge/jnlp/util/XDesktopEntry.java
index 6e3a7e1..b06222b 100644
--- a/netx/net/sourceforge/jnlp/util/XDesktopEntry.java
+++ b/netx/net/sourceforge/jnlp/util/XDesktopEntry.java
@@ -74,7 +74,7 @@ public class XDesktopEntry {
String cacheDir = JNLPRuntime.getConfiguration()
.getProperty(DeploymentConfiguration.KEY_USER_CACHE_DIR);
- File cacheFile = CacheUtil.urlToPath(file.getSourceLocation(), cacheDir);
+ File cacheFile = CacheUtil.getCacheFile(file.getSourceLocation(), null);
String fileContents = "[Desktop Entry]\n";
fileContents += "Version=1.0\n";