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 <marco@localhost.localdomain>2006-09-14 23:56:59 (GMT)
committer Marco Pesenti Gritti <marco@localhost.localdomain>2006-09-14 23:56:59 (GMT)
commit40ac3960554373fd6fed54f193f932d3e050ab51 (patch)
treecf8f9d0c4c979271fd1d9dd40475a8952e016c1c /shell
parentae9adff40bda83fafe6e44ac9df7dfe9a981a8a8 (diff)
Fix small bugs in the grid logic
Diffstat (limited to 'shell')
-rw-r--r--shell/FriendIcon.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/FriendIcon.py b/shell/FriendIcon.py
index eb2cf9d..8d1017c 100644
--- a/shell/FriendIcon.py
+++ b/shell/FriendIcon.py
@@ -58,7 +58,7 @@ class FriendIcon(IconItem):
grid_x = grid_x2 + distance
if grid_x + self._popup.get_width() > Grid.ROWS:
- grid_x = grid_x1 - self._popup.get_width() - distance
+ grid_x = grid_x1 - self._popup.get_width() + 1 - distance
grid_y = grid_y1