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:49:45 (GMT)
committer Simon Schampijer <simon@schampijer.de>2008-08-27 09:49:45 (GMT)
commit229f4bea18f40cb2c1450bde837d295450e12f0c (patch)
tree9032dacf9f484038afadcb1aed6fb54274325870 /webactivity.py
parent67f168ee1b6fb2ec5a8b1fb82fb602b076f74fff (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