Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/shell/view/frame/framepopupcontext.py
diff options
context:
space:
mode:
authorTomeu Vizoso <tomeu@tomeuvizoso.net>2007-02-24 13:58:38 (GMT)
committer Tomeu Vizoso <tomeu@tomeuvizoso.net>2007-02-24 13:58:38 (GMT)
commitce800fbc66c2790f5bf9a38006812a16478342aa (patch)
tree2fe18bd93c0b15e39da3257fdc4fd3c8c341f1de /shell/view/frame/framepopupcontext.py
parent940b50b4e6d507b4e4a1e4a6aa42f418219df87b (diff)
Add hover to BuddyIcon in the Frame.
Diffstat (limited to 'shell/view/frame/framepopupcontext.py')
-rw-r--r--shell/view/frame/framepopupcontext.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/view/frame/framepopupcontext.py b/shell/view/frame/framepopupcontext.py
index b4b5c09..63304cc 100644
--- a/shell/view/frame/framepopupcontext.py
+++ b/shell/view/frame/framepopupcontext.py
@@ -36,7 +36,7 @@ class FramePopupContext(PopupContext):
left_x = item_x + item_w
left_y = item_y
- right_x = item_x + item_w
+ right_x = item_x - popup_w
right_y = item_y
top_x = item_x
top_y = item_y + item_h