View | Details | Raw Unified | Return to bug 178930
Collapse All | Expand All

(-)mcop/objectmanager.cc.sav (+6 lines)
Lines 267-272 bool ObjectManager::addGlobalReference(O Link Here
267
267
268
string ObjectManager::getGlobalReference(const string& name)
268
string ObjectManager::getGlobalReference(const string& name)
269
{
269
{
270
	static bool started_arts = false;
271
	if (!started_arts)
272
	{
273
		system("arts-start");
274
		started_arts = true;
275
	}
270
	return Dispatcher::the()->globalComm().get(name);
276
	return Dispatcher::the()->globalComm().get(name);
271
}
277
}
272
278

Return to bug 178930