Fix theme main font color bug

Fixes: https://launchpad.net/bugs/686122
This commit is contained in:
Tim Bentley 2010-12-06 19:36:15 +00:00
parent fd473b81d7
commit b01aed6b0d

View File

@ -325,7 +325,7 @@ class ThemeXML(object):
# Create Font name element
self.child_element(background, u'name', name)
# Create Font color element
self.child_element(background, u'color', color)
self.child_element(background, u'color', unicode(color))
# Create Proportion name element
self.child_element(background, u'size', unicode(size))
# Create weight name element