Fix theme import Redhat Bugzilla

This commit is contained in:
Tim Bentley 2010-08-27 19:48:06 +01:00
parent 7d1515e875
commit 759019e5eb
1 changed files with 1 additions and 1 deletions

View File

@ -204,7 +204,7 @@ class Theme(object):
val = element_text
if (element.tag.find(u'Color') > 0 or
(element.tag.find(u'BackgroundParameter') == 0 and
isinstance(int, val))):
isinstance(val, int))):
# convert to a wx.Colour
if not delphi_color_change:
val = QtGui.QColor(