Bug 97796

David Faure faure at kde.org
Tue Mar 15 13:36:16 GMT 2005


On Tuesday 15 March 2005 11:09, mweilguni at kde.org wrote:
> -void RenderRadioButton::slotToggled(bool)
> +void RenderRadioButton::slotToggled(bool activated)
>  {
> -    ref();
> -    element()->onChange();
> -    deref();
> +    if(activated) {
> +      ref();
> +      element()->onChange();
> +      deref();
> +    }

So, unchecking a checkbox won't emit onchange anymore? This doesn't make sense to me.

-- 
David Faure, faure at kde.org, sponsored by Trolltech to work on KDE,
Konqueror (http://www.konqueror.org), and KOffice (http://www.koffice.org).




More information about the kfm-devel mailing list