Bugfix for the convenience component.

This commit is contained in:
Gunnar Beutner 2012-07-06 14:36:58 +02:00
parent 37cf22aaf0
commit acf08b7a4e
1 changed files with 1 additions and 1 deletions

View File

@ -130,7 +130,7 @@ void ConvenienceComponent::HostCommittedHandler(const ConfigItem::Ptr& item)
}
}
//host.GetConfigObject()->SetTag("convenience-services", newServices);
host->SetTag("convenience-services", newServices);
}
void ConvenienceComponent::HostRemovedHandler(const ConfigItem::Ptr& item)