revert to rev1282

git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-experimental@1284 e54a6e83-5905-42d5-8d5c-058d10e6a962


Origin commit data
------------------
Branch: ni/coolstream
Commit: 408cd96332
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2011-03-11 (Fri, 11 Mar 2011)



------------------
This commit was generated by Migit
This commit is contained in:
Jacek Jendrzej
2011-03-11 10:45:46 +00:00
parent c009a16a7b
commit a2586cbed8

View File

@@ -3667,8 +3667,6 @@ void CNeutrinoApp::saveEpg()
void CNeutrinoApp::AudioMute( int newValue, bool isEvent )
{
if(g_settings.current_volume == 0)
return;
//printf("MUTE: val %d current %d event %d\n", newValue, current_muted, isEvent);
int dx = 0;
int dy = 0;
@@ -3787,11 +3785,8 @@ printf("CNeutrinoApp::setVolume dx %d dy %d\n", dx, dy);
else if (msg == CRCInput::RC_minus || msg == CRCInput::RC_left) { //FIXME
if (g_settings.current_volume > g_settings.current_volume_step)
g_settings.current_volume -= g_settings.current_volume_step;
else{
g_settings.current_volume = 1;
AudioMute( true, true);
else
g_settings.current_volume = 0;
}
}
else {
g_RCInput->postMsg(msg, data);