[Webkit-unassigned] [Bug 52258] [GTK] Move toggle button rendering out of gtk2drawing.c

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jan 13 00:59:24 PST 2011


https://bugs.webkit.org/show_bug.cgi?id=52258





--- Comment #6 from Carlos Garcia Campos <cgarcia at igalia.com>  2011-01-13 00:59:24 PST ---
(From update of attachment 78616)
View in context: https://bugs.webkit.org/attachment.cgi?id=78616&action=review

> Source/WebCore/platform/gtk/RenderThemeGtk2.cpp:201
> +    bool indeterminate = theme->isIndeterminate(renderObject);
> +    gtk_toggle_button_set_inconsistent(GTK_TOGGLE_BUTTON(widget), TRUE);

I guess here you mean gtk_toggle_button_set_inconsistent(GTK_TOGGLE_BUTTON(widget), indeterminate);

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list