[PATCH] Fix possible typo in kmix

Ismail Donmez ismail at uludag.org.tr
Mon Nov 21 09:32:10 GMT 2005


Hi all,

kmix.cpp starting line 496 says :

   this->setUpdatesEnabled(false); <-- Updates disabled
   updateDocking();

   for (KMixerWidget *mw=m_mixerWidgets.first(); mw!=0; 
mw=m_mixerWidgets.next())
   {
      mw->setTicks( m_showTicks );
      mw->setLabels( m_showLabels );
      mw->mixer()->readSetFromHWforceUpdate(); // needed, as updateDocking() 
has reconstructed the DockWidget
   }

   this->setUpdatesEnabled(false); <-- Updates disabled again ???

I think the second call is meant to be  this->setUpdatesEnabled(true);
Patch attached.


Regards,
ismail
 
-------------- next part --------------
A non-text attachment was scrubbed...
Name: kmix.diff
Type: text/x-diff
Size: 451 bytes
Desc: not available
URL: <http://mail.kde.org/pipermail/kde-core-devel/attachments/20051121/7a31800f/attachment.diff>


More information about the kde-core-devel mailing list