[PATCH] Fix possible typo in kmix

Ismail Donmez ismail at uludag.org.tr
Wed Nov 23 11:17:24 GMT 2005


Monday 21 November 2005 11:32 tarihinde, Ismail Donmez şunları yazmıştı: 
> 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.

Applied to SVN.

Regards,
ismail




More information about the kde-core-devel mailing list