mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-18 06:45:33 +00:00
Bug 411036. uninitialized parameter used in gtk2drawing.c. r=ventnor, sr=roc, a=schrep
This commit is contained in:
parent
839f53ca4a
commit
b3e5304f25
@ -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…
x
Reference in New Issue
Block a user