--- qsampler/trunk/src/qsamplerChannelForm.ui.h 2004/06/29 21:44:12 160 +++ qsampler/trunk/src/qsamplerChannelForm.ui.h 2004/06/29 21:55:30 161 @@ -164,9 +164,8 @@ if (!m_pChannel->setMidiDriver(MidiDriverComboBox->currentText())) iErrors++; // MIDI input port number... - // FIXME: Should increment error count, when properly implemented. if (!m_pChannel->setMidiPort(MidiPortSpinBox->value())) - /* iErrors++ */; + iErrors++; // MIDI input channel... if (!m_pChannel->setMidiChannel(MidiChannelSpinBox->value())) iErrors++;