Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/shell/view/home/HomeBox.py
diff options
context:
space:
mode:
authorMarco Pesenti Gritti <mpg@redhat.com>2007-09-08 10:10:35 (GMT)
committer Marco Pesenti Gritti <mpg@redhat.com>2007-09-08 10:10:35 (GMT)
commit34e9d30a9cd87e5b3fa665a0a4a9a954a5edb88e (patch)
treeda168c2d98ab8b6e6458ef896564b684b94df71e /shell/view/home/HomeBox.py
parent434483f54a3a5477077a96167f17ee6e19e2a0e7 (diff)
Improved icon caching logic
Diffstat (limited to 'shell/view/home/HomeBox.py')
-rw-r--r--shell/view/home/HomeBox.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/view/home/HomeBox.py b/shell/view/home/HomeBox.py
index 9eb5716..8a65579 100644
--- a/shell/view/home/HomeBox.py
+++ b/shell/view/home/HomeBox.py
@@ -41,7 +41,7 @@ class HomeBox(hippo.CanvasBox, hippo.CanvasItem):
def __init__(self, shell):
hippo.CanvasBox.__init__(self, background_color=0xe2e2e2ff, yalign=2)
- self._donut = ActivitiesDonut(shell,box_width=style.zoom(450),
+ self._donut = ActivitiesDonut(shell, box_width=style.zoom(450),
box_height=style.zoom(450))
self.append(self._donut)