Skip to content

Commit

Permalink
fixed crash in gui
Browse files Browse the repository at this point in the history
  • Loading branch information
aquadran committed Jan 6, 2012
1 parent 4479f9c commit a6817d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gui/options.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -434,7 +434,7 @@ void OptionsDialog::setVolumeSettingsState(bool enabled) {

_enableVolumeSettings = enabled;

ena = enabled && !_muteCheckbox->getState();
ena = enabled;
if (_guioptions.contains(GUIO_NOMUSIC))
ena = false;

Expand Down

0 comments on commit a6817d0

Please sign in to comment.