Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/shell
diff options
context:
space:
mode:
authorMarco Pesenti Gritti <mpg@redhat.com>2007-07-31 15:15:36 (GMT)
committer Marco Pesenti Gritti <mpg@redhat.com>2007-07-31 15:15:36 (GMT)
commitc0276b56091e9877f5a2fd377095e6f761c7370a (patch)
tree9cb254ba9abd039791afa53541f8bd7ce86228a1 /shell
parent34a4876f93894309f77b00281b5cb1bb72b3a1e4 (diff)
Fix a leftover of the scale property
Diffstat (limited to 'shell')
-rw-r--r--shell/view/home/FriendView.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/view/home/FriendView.py b/shell/view/home/FriendView.py
index b2e87cd..c585312 100644
--- a/shell/view/home/FriendView.py
+++ b/shell/view/home/FriendView.py
@@ -32,7 +32,7 @@ class FriendView(hippo.CanvasBox):
self._buddy = buddy
self._buddy_icon = BuddyIcon(shell, buddy)
- self._buddy_icon.props.scale = style.LARGE_ICON_SIZE
+ self._buddy_icon.props.size = style.LARGE_ICON_SIZE
self.append(self._buddy_icon)
self._activity_icon = CanvasIcon(size=style.LARGE_ICON_SIZE)