Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/shell
diff options
context:
space:
mode:
authorSimon Schampijer <simon@schampijer.de>2007-09-01 16:12:44 (GMT)
committer Simon Schampijer <simon@schampijer.de>2007-09-01 16:12:44 (GMT)
commita4637bfefa67f823816e023df3a782542f256c2c (patch)
tree3c68498ea2ff4425ab0f19283ba9860908629560 /shell
parentfeb462d08d0fd2e610665ee6d697d36d440cf2fa (diff)
Adopted the friendsbox to the palette positioning improvements.
Diffstat (limited to 'shell')
-rw-r--r--shell/view/frame/FriendsBox.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/shell/view/frame/FriendsBox.py b/shell/view/frame/FriendsBox.py
index 914b341..2806926 100644
--- a/shell/view/frame/FriendsBox.py
+++ b/shell/view/frame/FriendsBox.py
@@ -31,7 +31,6 @@ class FriendIcon(BuddyIcon):
palette = self.get_palette()
palette.set_group_id('frame')
- palette.props.position = Palette.AROUND
palette.props.invoker = FrameCanvasInvoker(self)
def prelight(self, enter):