--- qsampler/trunk/src/qsamplerChannelForm.ui.h 2005/02/18 10:28:45 391 +++ qsampler/trunk/src/qsamplerChannelForm.ui.h 2005/02/20 19:13:33 395 @@ -155,9 +155,9 @@ } // As convenient, make it ready on stabilizeForm() for // prompt acceptance, if we got the minimum required... - if (bNew && sEngineName != qsamplerChannel::noEngineName() && - sInstrumentFile != qsamplerChannel::noInstrumentName()) - m_iDirtyCount++; + if (sEngineName != qsamplerChannel::noEngineName() && + sInstrumentFile != qsamplerChannel::noInstrumentName()) + m_iDirtyCount++; // Done. m_iDirtySetup--; stabilizeForm();