Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/webactivity.py
diff options
context:
space:
mode:
authorSimon Schampijer <simon@schampijer.de>2008-08-27 09:45:28 (GMT)
committer Simon Schampijer <simon@schampijer.de>2008-08-27 09:45:28 (GMT)
commitc3e4d54d3a3b7eae72825a8ad0491ceb58ec15ab (patch)
tree375682593696a6c4c64add241601d7933e3f6015 /webactivity.py
parent880471bb2e97bf2d5a6b7226f70f31c1a4b12a1f (diff)
Pass the browse version to hulahop
This is needed by #5828. We added the updating of the profile dependent on version changes (marco).
Diffstat (limited to 'webactivity.py')
-rwxr-xr-xwebactivity.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/webactivity.py b/webactivity.py
index 8ca7043..e17d3b2 100755
--- a/webactivity.py
+++ b/webactivity.py
@@ -61,6 +61,7 @@ if _profile_version < PROFILE_VERSION:
f.close()
import hulahop
+hulahop.set_app_version(os.environ['SUGAR_BUNDLE_VERSION'])
hulahop.startup(_profile_path)
from browser import Browser