[Kwintv] Re: kdenonbeta/kwintv3/qtvision

George Staikos kwintv@mail.kde.org
Sat, 22 Feb 2003 16:06:17 -0500


On Saturday 22 February 2003 13:29, Stefan Hellwig wrote:
> CVS commit by hellwig:
>
> Tiny bugfix with huge impact: make frequency updates in channel
> editor visible again (finally!). This makes it much easier to
> edit and adjust channel frequencies.
>
>
>   M +1 -1      channelwidgetimpl.cpp   1.29
>
>
> --- kdenonbeta/kwintv3/qtvision/channelwidgetimpl.cpp  #1.28:1.29
> @@ -307,5 +307,5 @@ void ChannelWidgetImpl::slotFreqUpdate(
>      {
>        l->c->updateValues( l->c->name(), l->c->number(), freq,
> l->c->enabled() ); -      QTimer::singleShot(0, this,
> SLOT(slotChangeChannel));
> +      QTimer::singleShot(0, this, SLOT(slotChangeChannel()));
>      }
>  }

  Nice fix, thanks :)
-- 

George Staikos