entry: Use the same state for the flat box of text area and icons

This commit is contained in:
Benjamin Otte 2010-09-03 17:01:06 +02:00
parent 3fdb4f6069
commit 78ccc74879

View File

@ -3509,7 +3509,7 @@ gtk_entry_expose (GtkWidget *widget,
gdk_drawable_get_size (icon_info->window, &width, &height);
gtk_paint_flat_box (style, icon_info->window,
gtk_widget_get_state (widget), GTK_SHADOW_NONE,
state, GTK_SHADOW_NONE,
NULL, widget, "entry_bg",
0, 0, width, height);