Fix GTK font name parsing to allow numbers in names (Bug#7853).
commit37d1c45d60c946768ff107bc68141e063dbe80be
authorChong Yidong <cyd@stupidchicken.com>
Thu, 27 Jan 2011 00:45:30 +0000 (26 19:45 -0500)
committerChong Yidong <cyd@stupidchicken.com>
Thu, 27 Jan 2011 00:45:30 +0000 (26 19:45 -0500)
treec1b2c94b8fae00aab2e00e64b47a0d3d86fec354
parentca9c274ae72514a3b06b805456e656ff5ea7d58d
Fix GTK font name parsing to allow numbers in names (Bug#7853).

A better fix is already in the trunk.

* src/font.c (font_parse_fcname): Require GTK-style font sizes to
occur at the end of the font string (Bug#7853).
src/ChangeLog
src/font.c