]> Pileus Git - ~andy/gtk/commit
csseasevalue: fix wrong priority in steps easing transformation
authorCosimo Cecchi <cosimoc@gnome.org>
Mon, 10 Sep 2012 17:10:47 +0000 (13:10 -0400)
committerBenjamin Otte <otte@redhat.com>
Mon, 17 Sep 2012 18:39:13 +0000 (20:39 +0200)
commitbdd64dc0551d53aa4749218c41e6b21adebb87d6
tree8c613fe09637d61d763e239a60e59b8aa83175f9
parent23cc1e9528f384e556a85d707dbfbd6e504e89d6
csseasevalue: fix wrong priority in steps easing transformation

We need to add parentheses around the ternary operator, or it will be
applied to the whole expression.
gtk/gtkcsseasevalue.c