From f73d9905729a988ff0c37200427fd0aafbf15a11 Mon Sep 17 00:00:00 2001 From: Michael Liebmann Date: Sat, 11 May 2013 10:21:54 +0200 Subject: [PATCH] COsdSetup::changeNotify: Add handling for volume digits / CVolumeHelper Origin commit data ------------------ Branch: ni/coolstream Commit: https://github.com/neutrino-images/ni-neutrino/commit/d90ce278762a9fa889b0b2826027a155ade58e44 Author: Michael Liebmann 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 --- src/gui/osd_setup.cpp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/gui/osd_setup.cpp b/src/gui/osd_setup.cpp index 9af64ae3c..e97c13a0d 100644 --- a/src/gui/osd_setup.cpp +++ b/src/gui/osd_setup.cpp @@ -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; }