COsdSetup::changeNotify: Add handling for volume digits / CVolumeHelper

Origin commit data
------------------
Branch: ni/coolstream
Commit: d90ce27876
Author: Michael Liebmann <tuxcode.bbg@gmail.com>
Date: 2013-05-11 (Sat, 11 May 2013)

Origin message was:
------------------
* COsdSetup::changeNotify: Add handling for volume digits / CVolumeHelper

------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
Michael Liebmann
2013-05-11 10:21:54 +02:00
parent 48ea7a045e
commit f73d990572

View File

@@ -947,6 +947,10 @@ bool COsdSetup::changeNotify(const neutrino_locale_t OptionName, void * data)
g_Radiotext = NULL;
}
}
else if(ARE_LOCALES_EQUAL(OptionName, LOCALE_EXTRA_VOLUME_DIGITS)) {
CVolumeHelper::getInstance()->refresh();
return false;
}
return false;
}