Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnish Mangal <anish@sugarlabs.org>2010-11-05 08:07:57 (GMT)
committer Anish Mangal <anish@sugarlabs.org>2010-11-05 08:07:57 (GMT)
commitdbc6031fdac67b10d7301460da3aa22a4d946f2c (patch)
tree50d699887b7e1789b0737468323c262260992274
parentc91ec26a92cbb4697876227990912ea530dbd1d9 (diff)
Bump v38v38
-rw-r--r--NEWS7
-rw-r--r--activity/activity.info2
-rw-r--r--pippy_app.py2
3 files changed, 9 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index ada4e7d..9e904b1 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,10 @@
+38
+* Fix svg icons for Pippy
+* Add EditToolbar & modify toolbars for <=0.84 compatibility
+ (Gonzalo and Anish)
+* Remove the 'dobject'/groupthink submodule
+* Switch activity.info from class to exec
+
37
* Remove broken slideshow until it is fixed #2054 (James Cameron)
* Adapt pippy examples to screen dimensions (except xolyimpics),
diff --git a/activity/activity.info b/activity/activity.info
index f4ab458..d46c97d 100644
--- a/activity/activity.info
+++ b/activity/activity.info
@@ -4,7 +4,7 @@ bundle_id = org.laptop.Pippy
service_name = org.laptop.Pippy
exec = sugar-activity pippy_app.PippyActivity
icon = activity-icon
-activity_version = 37
+activity_version = 38
mime_types = text/x-python, pickle/groupthink-pippy
show_launcher = yes
diff --git a/pippy_app.py b/pippy_app.py
index 4743155..a30509e 100644
--- a/pippy_app.py
+++ b/pippy_app.py
@@ -566,7 +566,7 @@ PIPPY_DEFAULT_ICON = \
def pippy_activity_version():
"""Returns the version number of the generated activity bundle."""
- return 37
+ return 38
def pippy_activity_extra_files():
"""Returns a map of 'extra' files which should be included in the
generated activity bundle."""