From: Ed Page Date: Sat, 12 Dec 2009 05:51:22 +0000 (-0600) Subject: Fixing a font inconsistency bug X-Git-Url: http://git.maemo.org/git/?p=gonvert;a=commitdiff_plain;h=83aa2416ac8fb85cc1dabe1529142451332ff3cd Fixing a font inconsistency bug --- diff --git a/src/gonvert_glade.py b/src/gonvert_glade.py index 5326717..0016f2f 100755 --- a/src/gonvert_glade.py +++ b/src/gonvert_glade.py @@ -635,7 +635,7 @@ class Gonvert(object): ) selectedCategoryName = unit_data.UNIT_CATEGORIES[newIndex] - self._categorySelectionButton.set_label(selectedCategoryName) + self._categorySelectionButton.get_child().set_markup("%s" % selectedCategoryName) self._categoryView.set_cursor(newIndex, self._categoryColumn, False) self._categoryView.grab_focus() except Exception: