Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/TurtleArtActivity.py
diff options
context:
space:
mode:
Diffstat (limited to 'TurtleArtActivity.py')
-rw-r--r--TurtleArtActivity.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/TurtleArtActivity.py b/TurtleArtActivity.py
index 0e0f2cd..daba8f9 100644
--- a/TurtleArtActivity.py
+++ b/TurtleArtActivity.py
@@ -569,7 +569,7 @@ class TurtleArtActivity(activity.Activity):
''' The help toolbar must be setup we determine what hardware
is in use. '''
# FIXME: Temporary work-around gtk problem with XO175
- if get_hardware() not in [XO175] and \
+ if get_hardware() not in [XO1, XO15, XO175] and \
(gtk.gtk_version[0] > 2 or gtk.gtk_version[1] > 16):
self.hover_help_label = self._add_label(
_('Move the cursor over the orange palette for help.'),