Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon Schampijer <simon@schampijer.de>2008-08-27 10:00:18 (GMT)
committer Simon Schampijer <simon@schampijer.de>2008-08-27 10:02:44 (GMT)
commit5294078bb99f835dfed148437e7f32f1ecf14c12 (patch)
treea9f1b2288fce6b52fb8806ae7dc662fa830c9824
parentebc023e46d97b2059be3e4808c2880905ebbda5a (diff)
Set the env var SUGAR_BUNDLE_VERSION #5428 (marco)
-rw-r--r--src/sugar/activity/main.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/sugar/activity/main.py b/src/sugar/activity/main.py
index 89c3232..2175ff3 100644
--- a/src/sugar/activity/main.py
+++ b/src/sugar/activity/main.py
@@ -85,6 +85,7 @@ def main():
os.environ['SUGAR_BUNDLE_ID'] = bundle.get_bundle_id()
os.environ['SUGAR_BUNDLE_NAME'] = bundle.get_name()
+ os.environ['SUGAR_BUNDLE_VERSION'] = str(bundle.get_activity_version())
gtk.icon_theme_get_default().append_search_path(bundle.get_icons_path())