OTHER: Let promoe enable xmms2d's equalizer plugin
This commit is contained in:
parent
c6b75de31d
commit
8b1a61082c
5 changed files with 67 additions and 32 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue