Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Ball <chris@printf.net>2008-09-07 15:38:47 (GMT)
committer Chris Ball <chris@printf.net>2008-09-07 15:38:47 (GMT)
commitd5299d17d977f854b28ab71a08e3510f5284343b (patch)
tree6d25a500f6ef092bc99275eb67d283dbb2f91c97
parent813a74d6e0bfa3db61c31a9d9d8b187916cd59dd (diff)
Release version 26.v26
-rw-r--r--NEWS4
-rw-r--r--activity/activity.info2
-rwxr-xr-xsetup.py2
3 files changed, 6 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index d71fcb8..39d2bf1 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,7 @@
+26
+
+* Bundlebuilder API change -- use .start("Pippy") instead of .start().
+
25
24
diff --git a/activity/activity.info b/activity/activity.info
index a8f9dbb..3ede81b 100644
--- a/activity/activity.info
+++ b/activity/activity.info
@@ -4,6 +4,6 @@ bundle_id = org.laptop.Pippy
service_name = org.laptop.Pippy
class = pippy_app.PippyActivity
icon = activity-icon
-activity_version = 25
+activity_version = 26
mime_types = text/x-python
show_launcher = yes
diff --git a/setup.py b/setup.py
index 530f97c..644fb3d 100755
--- a/setup.py
+++ b/setup.py
@@ -18,4 +18,4 @@
from sugar.activity import bundlebuilder
-bundlebuilder.start()
+bundlebuilder.start("Pippy")