Remove reference to a stylesheet
This commit is contained in:
parent
af0a6793f3
commit
927926b49a
@ -111,7 +111,6 @@ class ZoomBox(hippo.CanvasBox):
|
|||||||
|
|
||||||
if home_activity:
|
if home_activity:
|
||||||
icon = ActivityIcon(self._shell, self._menu_shell, home_activity)
|
icon = ActivityIcon(self._shell, self._menu_shell, home_activity)
|
||||||
style.apply_stylesheet(icon, 'frame.ZoomIcon')
|
|
||||||
self.append(icon)
|
self.append(icon)
|
||||||
self._activity_icon = icon
|
self._activity_icon = icon
|
||||||
else:
|
else:
|
||||||
|
Loading…
Reference in New Issue
Block a user