Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWalter Bender <walter@sugarlabs.org>2013-11-12 12:56:08 (GMT)
committer Walter Bender <walter@sugarlabs.org>2013-11-12 12:56:14 (GMT)
commitf7310aa8fc353eeb7eccb51c75cd0e8069a69e6c (patch)
treeaccd58a8e4555f8936f76772e80242196575ca92
parentac3b0d94a67de7312b3b3f3898852d8c5fe31d80 (diff)
This patch replaces the comma-space with a semicolon (no space) to fix
a problem with parsing mime_types in the Pippy activity.info file. Fixes SL#4652
-rw-r--r--activity/activity.info2
1 files changed, 1 insertions, 1 deletions
diff --git a/activity/activity.info b/activity/activity.info
index f13ca16..fcf8d63 100644
--- a/activity/activity.info
+++ b/activity/activity.info
@@ -4,6 +4,6 @@ bundle_id = org.laptop.Pippy
exec = sugar-activity pippy_app.PippyActivity
icon = activity-icon
activity_version = 49
-mime_types = text/x-python, pickle/groupthink-pippy
+mime_types = text/x-python;pickle/groupthink-pippy
show_launcher = yes
license = GPLv2+