Bug 411036. uninitialized parameter used in gtk2drawing.c. r=ventnor, sr=roc, a=schrep

This commit is contained in:
sayrer@gmail.com 2008-01-06 23:02:48 -08:00
parent b32b439138
commit 6486bf9f2e

View File

@ -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);