]> Pileus Git - ~andy/gtk/commit
cssparser: Actually send an error in an error case
authorBenjamin Otte <otte@redhat.com>
Mon, 13 Jun 2011 04:24:10 +0000 (06:24 +0200)
committerBenjamin Otte <otte@redhat.com>
Mon, 13 Jun 2011 13:01:52 +0000 (15:01 +0200)
commit9e2ebdee07a5866aba1155e627e664c512cf6a79
tree1c378244bce2936defbd0de0c208778ab1d022db
parenta471b4b19848178c8cc2d1d84ca1be25bc63d170
cssparser: Actually send an error in an error case

The error case was excess commas in rgb/rgba colors, such as
rgba(0,255,0,0,0.5)
gtk/gtkcssparser.c