Fix bustage from bug 416003.

git-svn-id: svn://10.0.0.236/trunk@247628 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
reed%reedloden.com 2008-03-12 11:34:34 +00:00
parent 673b6d98ba
commit 851493d1fe

View File

@ -1707,8 +1707,8 @@ moz_gtk_combo_box_entry_button_paint(GdkDrawable* drawable, GdkRectangle* rect,
arrow_rect.y += y_displacement;
}
calculate_arrow_dimensions(gComboBoxEntryArrowWidget,
&arrow_rect, &real_arrow_rect, direction);
calculate_arrow_rect(gComboBoxEntryArrowWidget,
&arrow_rect, &real_arrow_rect, direction);
style = gComboBoxEntryArrowWidget->style;
TSOffsetStyleGCs(style, real_arrow_rect.x, real_arrow_rect.y);