From fe2c95f950c3d8e654eadb4c85ba38031b7cd049 Mon Sep 17 00:00:00 2001 From: Rafael Ortiz Date: Thu, 07 Jul 2011 18:42:55 +0000 Subject: updating comment --- (limited to 'webactivity.py') 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\ -- cgit v0.9.1