clear place name if switching to a domain ID string

This commit is contained in:
Stephen Birarda 2016-05-10 15:15:22 -07:00
parent 5ab876114f
commit 33379824c8

View file

@ -306,6 +306,9 @@ void AddressManager::goToAddressFromObject(const QVariantMap& dataObject, const
if (setHost(domainIDString, trigger)) {
trigger = LookupTrigger::Internal;
}
// this isn't a place, so clear the place name
_placeName.clear();
}
// check if we had a path to override the path returned