Adapt to icon name changes

This commit is contained in:
Marco Pesenti Gritti
2007-08-16 12:51:33 +02:00
parent 8d9383c48e
commit e95e786432
10 changed files with 13 additions and 13 deletions
+1 -1
View File
@@ -103,7 +103,7 @@ class HomeActivity(gobject.GObject):
if self._activity_info:
return self._activity_info.icon
else:
return 'theme:stock-missing'
return 'theme:image-missing'
def get_icon_color(self):
"""Retrieve the appropriate icon colour for this activity