Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/shell/view/frame/FriendsBox.py
diff options
context:
space:
mode:
authorMarco Pesenti Gritti <marco@localhost.localdomain>2007-07-06 12:36:59 (GMT)
committer Marco Pesenti Gritti <marco@localhost.localdomain>2007-07-06 12:36:59 (GMT)
commit7468faa840203399542c1b5085a8c744df4eb14f (patch)
tree8fc05a241ab183f848d56261e4810c44c882eccc /shell/view/frame/FriendsBox.py
parent9ec946d2d0f9b689e18076c5eb41b37344d56b2d (diff)
Implement palette groups. Use them to not popdown frame when hover a palette.
Diffstat (limited to 'shell/view/frame/FriendsBox.py')
-rw-r--r--shell/view/frame/FriendsBox.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/shell/view/frame/FriendsBox.py b/shell/view/frame/FriendsBox.py
index cde51f5..18b57d3 100644
--- a/shell/view/frame/FriendsBox.py
+++ b/shell/view/frame/FriendsBox.py
@@ -25,6 +25,7 @@ from model.BuddyModel import BuddyModel
class FriendIcon(BuddyIcon):
def __init__(self, shell, buddy):
BuddyIcon.__init__(self, shell, buddy)
+ self.get_palette().set_group_id('frame')
def prelight(self, enter):
if enter: