/[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 391 by capela, Fri Feb 18 10:28:45 2005 UTC revision 395 by capela, Sun Feb 20 19:13:33 2005 UTC
# Line 155  void qsamplerChannelForm::setup ( qsampl Line 155  void qsamplerChannelForm::setup ( qsampl
155      }      }
156          // As convenient, make it ready on stabilizeForm() for          // As convenient, make it ready on stabilizeForm() for
157          // prompt acceptance, if we got the minimum required...          // prompt acceptance, if we got the minimum required...
158          if (bNew && sEngineName != qsamplerChannel::noEngineName() &&          if (sEngineName != qsamplerChannel::noEngineName() &&
159              sInstrumentFile != qsamplerChannel::noInstrumentName())                  sInstrumentFile != qsamplerChannel::noInstrumentName())
160              m_iDirtyCount++;                  m_iDirtyCount++;
161      // Done.      // Done.
162      m_iDirtySetup--;      m_iDirtySetup--;
163      stabilizeForm();      stabilizeForm();

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

  ViewVC Help
Powered by ViewVC