From dbc6031fdac67b10d7301460da3aa22a4d946f2c Mon Sep 17 00:00:00 2001 From: Anish Mangal Date: Fri, 05 Nov 2010 08:07:57 +0000 Subject: Bump v38 --- 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.""" -- cgit v0.9.1