Maemo: Remove hardcoded user name.

Reviewed-by: kh1
This commit is contained in:
Christian Kandeler
2010-09-23 10:20:29 +02:00
parent e875efd449
commit 4923ca3f41

View File

@@ -357,7 +357,7 @@ void MaemoRemoteMounter::handleUmountStderr(const QByteArray &output)
QString MaemoRemoteMounter::utfsClientOnDevice() const
{
return MaemoGlobal::homeDirOnDevice(QLatin1String("developer"))
return MaemoGlobal::homeDirOnDevice(m_connection->connectionParameters().uname)
+ QLatin1String("/utfs-client");
}