Skip to content
Snippets Groups Projects
Commit 4923ca3f authored by Christian Kandeler's avatar Christian Kandeler
Browse files

Maemo: Remove hardcoded user name.

Reviewed-by: kh1
parent e875efd4
No related branches found
No related tags found
No related merge requests found
...@@ -357,7 +357,7 @@ void MaemoRemoteMounter::handleUmountStderr(const QByteArray &output) ...@@ -357,7 +357,7 @@ void MaemoRemoteMounter::handleUmountStderr(const QByteArray &output)
QString MaemoRemoteMounter::utfsClientOnDevice() const QString MaemoRemoteMounter::utfsClientOnDevice() const
{ {
return MaemoGlobal::homeDirOnDevice(QLatin1String("developer")) return MaemoGlobal::homeDirOnDevice(m_connection->connectionParameters().uname)
+ QLatin1String("/utfs-client"); + QLatin1String("/utfs-client");
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment