gui/audio_setup.cpp: fix notify - no need to repaint menu

This commit is contained in:
[CST] Focus
2012-05-31 17:12:02 +04:00
parent f612223cc6
commit 30327df948

View File

@@ -222,6 +222,6 @@ bool CTruVolumeNotifier::changeNotify(const neutrino_locale_t, void * data)
audioDecoder->SetSRS(g_settings.srs_enable, g_settings.srs_nmgr_enable, g_settings.srs_algo, g_settings.srs_ref_volume);
return true;
return false;
}