From 7d0b200bd5f7c0c47b7f092df93573ec03852cfe Mon Sep 17 00:00:00 2001
From: Akira Ohgaki <akiraohgaki@gmail.com>
Date: Thu, 27 Oct 2016 04:37:14 +0900
Subject: [PATCH] Use new method

---
 src/app/handlers/xdgurl.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/app/handlers/xdgurl.cpp b/src/app/handlers/xdgurl.cpp
index db00447..487a83b 100644
--- a/src/app/handlers/xdgurl.cpp
+++ b/src/app/handlers/xdgurl.cpp
@@ -173,7 +173,7 @@ QString XdgUrl::convertPathString(const QString &path)
         newPath.replace("$HOME", utils::File::homePath());
     }
     else if (newPath.contains("$XDG_DATA_HOME")) {
-        newPath.replace("$XDG_DATA_HOME", utils::File::xdgDataHomePath());
+        newPath.replace("$XDG_DATA_HOME", utils::File::genericDataPath());
     }
     else if (newPath.contains("$KDEHOME")) {
         newPath.replace("$KDEHOME", utils::File::kdehomePath());
-- 
GitLab