Adapt to object icons name changes.

This commit is contained in:
Marco Pesenti Gritti
2007-08-16 13:06:39 +02:00
parent a79a3198c5
commit 01c15298b8
2 changed files with 5 additions and 4 deletions
+1 -1
View File
@@ -88,7 +88,7 @@ class ClipboardIcon(CanvasIcon):
if icon_name:
self.props.icon_name = icon_name
else:
self.props.icon_name = 'theme:object-generic'
self.props.icon_name = 'theme:unknown-object'
self._name = name
self._percent = percent