From e9a81cad455da862bb3cef966698481c10969bc8 Mon Sep 17 00:00:00 2001 From: Christian Kandeler Date: Thu, 26 Jul 2012 14:53:36 +0200 Subject: [PATCH] Madde: Fix madde root setting. Was broken by 24314562165588b56a318b3b8a846bf5deda7c41. Change-Id: I7eebad12dd23974412660d457ebd6e99b158c92a Reviewed-by: Christian Kandeler --- src/plugins/madde/maemoremotemounter.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plugins/madde/maemoremotemounter.cpp b/src/plugins/madde/maemoremotemounter.cpp index 8ed3ac55f59..b9a28e730a3 100644 --- a/src/plugins/madde/maemoremotemounter.cpp +++ b/src/plugins/madde/maemoremotemounter.cpp @@ -78,7 +78,7 @@ void MaemoRemoteMounter::setProfile(const Profile *profile) Core::Id typeId = DeviceTypeProfileInformation::deviceTypeId(profile); m_remoteMountsAllowed = MaddeDevice::allowsRemoteMounts(typeId); - m_maddeRoot = SysRootProfileInformation::sysRoot(profile); + m_maddeRoot = SysRootProfileInformation::sysRoot(profile).parentDir().parentDir(); } void MaemoRemoteMounter::addMountSpecification(const MaemoMountSpecification &mountSpec,