]> Pileus Git - ~andy/gtk/commit
Don't allocate space for "" in scale marks
authorMatthias Clasen <mclasen@redhat.com>
Thu, 5 Aug 2010 01:47:54 +0000 (21:47 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Thu, 5 Aug 2010 01:47:54 +0000 (21:47 -0400)
commit519eae87296fecf4ee06e680f7abdeb8864ae427
tree64e79f94f4bae3dfde02d5300e2d6dd2944c49a3
parent3a34295b9c3e12ece03c4c53ea7d298699babeaf
Don't allocate space for "" in scale marks

Turns out GtkBuilder ends up creating marks with non-NULL
empty texts, so ignore those. Bug 614443, reported by Filippo Argiolas.
gtk/gtkscale.c