Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/webactivity.py
diff options
context:
space:
mode:
authorLucian Branescu Mihaila <lucian.branescu@gmail.com>2009-07-17 13:51:11 (GMT)
committer Lucian Branescu Mihaila <lucian.branescu@gmail.com>2009-07-17 13:51:11 (GMT)
commitceb80786cdfbe373d12a77f3a747793bba4d6002 (patch)
tree80ab699b6ea25a4c4ff1945708392fd99a7410ee /webactivity.py
parentb61db27740ddb51d0f60ec3715400b5ee265e70c (diff)
Switch to using a local copy of viewsource.py
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 52438d5..c40106c 100644
--- a/webactivity.py
+++ b/webactivity.py
@@ -201,7 +201,7 @@ class WebActivity(activity.Activity):
_set_accept_languages()
_seed_xs_cookie()
_set_dbus_globals(self.get_bundle_id())
-
+
# don't pick up the sugar theme - use the native mozilla one instead
cls = components.classes['@mozilla.org/preferences-service;1']
pref_service = cls.getService(components.interfaces.nsIPrefService)