app: remove call to gtk_widget_style_attach() from GimpOverlayBox

This commit is contained in:
Michael Natterer 2011-02-06 17:19:58 +01:00
parent 1cd367845d
commit f5c3bb00c2
1 changed files with 0 additions and 1 deletions

View File

@ -169,7 +169,6 @@ gimp_overlay_box_realize (GtkWidget *widget)
G_CALLBACK (gimp_overlay_box_pick_embedded_child),
widget);
gtk_widget_style_attach (widget);
gtk_style_context_set_background (gtk_widget_get_style_context (widget),
gtk_widget_get_window (widget));