Use themed stock-missing
This commit is contained in:
parent
185b14130b
commit
ff2776ef25
@ -197,7 +197,7 @@ class CanvasIcon(hippo.CanvasBox, hippo.CanvasItem):
|
|||||||
def do_paint_below_children(self, cr, damaged_box):
|
def do_paint_below_children(self, cr, damaged_box):
|
||||||
icon_name = self._icon_name
|
icon_name = self._icon_name
|
||||||
if icon_name == None:
|
if icon_name == None:
|
||||||
icon_name = 'stock-missing'
|
icon_name = 'theme:stock-missing'
|
||||||
|
|
||||||
handle = CanvasIcon._cache.get_handle(
|
handle = CanvasIcon._cache.get_handle(
|
||||||
icon_name, self._color, self._size)
|
icon_name, self._color, self._size)
|
||||||
|
Loading…
Reference in New Issue
Block a user