mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 411036. uninitialized parameter used in gtk2drawing.c. r=ventnor, sr=roc, a=schrep
This commit is contained in:
parent
b32b439138
commit
6486bf9f2e
@ -1298,7 +1298,7 @@ moz_gtk_expander_paint(GdkDrawable* drawable, GdkRectangle* rect,
|
||||
GtkTextDirection direction)
|
||||
{
|
||||
GtkStyle *style;
|
||||
GtkStateType state_type;
|
||||
GtkStateType state_type = ConvertGtkState(state);
|
||||
|
||||
ensure_expander_widget();
|
||||
gtk_widget_set_direction(gExpanderWidget, direction);
|
||||
|
Loading…
Reference in New Issue
Block a user