Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/face.py
diff options
context:
space:
mode:
authorflavio <fdanesse@gmail.com>2012-07-25 03:04:35 (GMT)
committer flavio <fdanesse@gmail.com>2012-07-25 03:04:35 (GMT)
commit5488da147f1c51c53edc9cef70372d29093c199b (patch)
tree9f8ce5fa292b3d2d14cfdbb2c1acee7482a14fa3 /face.py
parentde2abf7b657189e09ad71f787d4a182360383433 (diff)
ChatBox Corrections
Diffstat (limited to 'face.py')
-rw-r--r--face.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/face.py b/face.py
index fd95af6..44efda3 100644
--- a/face.py
+++ b/face.py
@@ -143,7 +143,7 @@ class View(Gtk.EventBox):
display = Gdk.Display()
# FIXME: Bug in gi
# screen_, x, y, modifiers_ = display.get_pointer()
- x, y = (0,0)
+ x, y = self.get_pointer()
else:
x, y = pos
map(lambda e, x=x, y=y: e.look_at(x, y), self._eyes)