From 927926b49a12f39b459ef8844ae54b45bd0882b2 Mon Sep 17 00:00:00 2001 From: Marco Pesenti Gritti Date: Fri, 16 Feb 2007 15:38:14 +0100 Subject: [PATCH] Remove reference to a stylesheet --- shell/view/frame/ZoomBox.py | 1 - 1 file changed, 1 deletion(-) diff --git a/shell/view/frame/ZoomBox.py b/shell/view/frame/ZoomBox.py index 6aeec64c..6f061b3d 100644 --- a/shell/view/frame/ZoomBox.py +++ b/shell/view/frame/ZoomBox.py @@ -111,7 +111,6 @@ class ZoomBox(hippo.CanvasBox): if home_activity: icon = ActivityIcon(self._shell, self._menu_shell, home_activity) - style.apply_stylesheet(icon, 'frame.ZoomIcon') self.append(icon) self._activity_icon = icon else: