Use themed stock-missing

This commit is contained in:
Dan Williams 2007-01-14 14:08:24 -05:00
parent 185b14130b
commit ff2776ef25

View File

@ -197,7 +197,7 @@ class CanvasIcon(hippo.CanvasBox, hippo.CanvasItem):
def do_paint_below_children(self, cr, damaged_box):
icon_name = self._icon_name
if icon_name == None:
icon_name = 'stock-missing'
icon_name = 'theme:stock-missing'
handle = CanvasIcon._cache.get_handle(
icon_name, self._color, self._size)