Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/keyboard.py
diff options
context:
space:
mode:
authorWade Brainerd <wadetb@gmail.com>2009-02-03 08:00:27 (GMT)
committer Wade Brainerd <wadetb@gmail.com>2009-02-03 08:00:27 (GMT)
commitff3ddd6a739f275fff4eeab5eaf3e819ca41fc9b (patch)
treee0565a62e3fd205bbd2a5047eda43af9394f6d70 /keyboard.py
parent41a368e7850e999c4cc37b88deee25d60d1cd3a0 (diff)
Balloon game tweaks.
Diffstat (limited to 'keyboard.py')
-rw-r--r--keyboard.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/keyboard.py b/keyboard.py
index b71ab71..d272bdd 100644
--- a/keyboard.py
+++ b/keyboard.py
@@ -499,9 +499,9 @@ class KeyboardWidget(KeyboardData, gtk.DrawingArea):
# Put the other hand on the SHIFT key if needed.
if state & gtk.gdk.SHIFT_MASK:
if finger[0] == 'L':
- rhand_image = self.rhand_shift
+ rhand_image = self.image.images['OLPC_Rhand_SHIFT.svg']
else:
- lhand_image = self.lhand_shift
+ lhand_image = self.image.images['OLPC_Lhand_SHIFT.svg']
# TODO: Do something about ALTGR.