[PATCH] Fix possible typo in kmix
Christian Esken
esken at kde.org
Sun Dec 4 23:22:57 GMT 2005
Am Mittwoch, 23. November 2005 12:17 schrieb Ismail Donmez:
> 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.
Great. Thanks :-)
I have no idea when this slipped in (cannot remember to have added this).
Chris
More information about the kde-core-devel
mailing list