OTHER: Let promoe enable xmms2d's equalizer plugin

This commit is contained in:
Thomas Frauendorfer 2008-12-03 21:32:58 +01:00
parent c6b75de31d
commit 8b1a61082c
5 changed files with 67 additions and 32 deletions

View file

@ -118,10 +118,13 @@ XConfig::on_disconnect (XClient *client)
bool
XConfig::handle_config_value (const Xmms::Dict &value)
{
// FIXME: I should rework configuration handling, and perhaps I should
// abolish the call to handle_config_value_changed here.
bool ok = handle_config_value_changed (value);
if (ok) {
m_ready = true;
}
emit configLoaded ();
return ok;
}