Adopted the friendsbox to the palette positioning improvements.

This commit is contained in:
Simon Schampijer 2007-09-01 18:12:44 +02:00
parent feb462d08d
commit a4637bfefa

View File

@ -31,7 +31,6 @@ class FriendIcon(BuddyIcon):
palette = self.get_palette() palette = self.get_palette()
palette.set_group_id('frame') palette.set_group_id('frame')
palette.props.position = Palette.AROUND
palette.props.invoker = FrameCanvasInvoker(self) palette.props.invoker = FrameCanvasInvoker(self)
def prelight(self, enter): def prelight(self, enter):