forked from qt-creator/qt-creator
Madde: Fix madde root setting.
Was broken by 2431456216
.
Change-Id: I7eebad12dd23974412660d457ebd6e99b158c92a
Reviewed-by: Christian Kandeler <christian.kandeler@nokia.com>
This commit is contained in:
@@ -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,
|
||||
|
Reference in New Issue
Block a user