sorry, I just accidentally sent the last message without updating the patch.
There is a bug in cfgdata.cpp (crash on shutdown):
The destructor must look like this:
ConfigData::~ConfigData()
{
if (!_cfg)
return;
save ();
_cfg->sync ();
}
Sorry for that,
Dirk
--
Dirk Ziegelmeier * dirk at ziegelmeier.net * http://www.ziegelmeier.net