Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/webactivity.py
diff options
context:
space:
mode:
authorRafael Ortiz <rafael@activitycentral.com>2011-07-07 18:42:55 (GMT)
committer Rafael Ortiz <rafael@activitycentral.com>2011-07-07 18:42:55 (GMT)
commitfe2c95f950c3d8e654eadb4c85ba38031b7cd049 (patch)
tree26f13933e4f90322b57ba0b317f0514937ffb620 /webactivity.py
parentc2c6aeb7835a823d9c5ba9b48ac753e1ecc7d143 (diff)
updating comment
Diffstat (limited to 'webactivity.py')
-rw-r--r--webactivity.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/webactivity.py b/webactivity.py
index 97bedaa..865cbb6 100644
--- a/webactivity.py
+++ b/webactivity.py
@@ -220,7 +220,7 @@ class WebActivity(activity.Activity):
# Currently, the multiple tabs feature crashes the Browse activity
# on cairo versions 1.8.10 or later. The exact cause for this
# isn't exactly known. Thus, disable the multiple tabs feature
- # if we come across cairo versions >= 1.08.10
+ # if we come across cairo versions >= 1.08.10 and < 11000
# More information can be found here:
# http://lists.sugarlabs.org/archive/sugar-devel/2010-July/025187.html
self._disable_multiple_tabs = cairo.cairo_version() >= 10810\