From c3e4d54d3a3b7eae72825a8ad0491ceb58ec15ab Mon Sep 17 00:00:00 2001 From: Simon Schampijer Date: Wed, 27 Aug 2008 09:45:28 +0000 Subject: Pass the browse version to hulahop This is needed by #5828. We added the updating of the profile dependent on version changes (marco). --- (limited to 'webactivity.py') 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 -- cgit v0.9.1