/[svn]/qsampler/trunk/src/qsamplerChannelForm.ui.h
ViewVC logotype

Diff of /qsampler/trunk/src/qsamplerChannelForm.ui.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 390 by capela, Thu Feb 17 17:27:59 2005 UTC revision 391 by capela, Fri Feb 18 10:28:45 2005 UTC
# Line 153  void qsamplerChannelForm::setup ( qsampl Line 153  void qsamplerChannelForm::setup ( qsampl
153              AudioDriverComboBox->insertItem(sAudioDriver);              AudioDriverComboBox->insertItem(sAudioDriver);
154          AudioDriverComboBox->setCurrentText(sAudioDriver);          AudioDriverComboBox->setCurrentText(sAudioDriver);
155      }      }
156            // As convenient, make it ready on stabilizeForm() for
157            // prompt acceptance, if we got the minimum required...
158            if (bNew && sEngineName != qsamplerChannel::noEngineName() &&
159                sInstrumentFile != qsamplerChannel::noInstrumentName())
160                m_iDirtyCount++;
161      // Done.      // Done.
162      m_iDirtySetup--;      m_iDirtySetup--;
163      stabilizeForm();      stabilizeForm();

Legend:
Removed from v.390  
changed lines
  Added in v.391

  ViewVC Help
Powered by ViewVC