]> Pileus Git - ~andy/gtk/commit
widget: Don't create the style context if not necessary
authorBenjamin Otte <otte@redhat.com>
Sat, 26 Mar 2011 14:22:11 +0000 (15:22 +0100)
committerBenjamin Otte <otte@redhat.com>
Sat, 26 Mar 2011 23:48:25 +0000 (00:48 +0100)
commit757087e9b47229930f4b302adc20e966978023a1
treeec9bb241357c2ceed086a7e08b1dbc5f9463773b
parent0cdebc8bd58dab17f28f39ab0a6eb7269ec5b022
widget: Don't create the style context if not necessary

If all we want to do is update the context's screen, we don't need to
create it if it doesn't exist yet.
gtk/gtkwidget.c