Fix one more warning
git-svn-id: svn://10.0.0.236/trunk@131888 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
0a4c4a5836
commit
b193df0245
@ -205,7 +205,7 @@ moz_gtk_checkbox_paint(GdkWindow* window, GtkStyle* style,
|
||||
TSOffsetStyleGCs(style, x, y);
|
||||
|
||||
/* Some themes check the widget state themselves. */
|
||||
gtk_toggle_button_set_active(gCheckboxWidget, selected);
|
||||
gtk_toggle_button_set_active(GTK_TOGGLE_BUTTON(gCheckboxWidget), selected);
|
||||
|
||||
if (isradio)
|
||||
gtk_paint_option(style, window, state_type, shadow_type, cliprect,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user