From f7310aa8fc353eeb7eccb51c75cd0e8069a69e6c Mon Sep 17 00:00:00 2001 From: Walter Bender Date: Tue, 12 Nov 2013 12:56:08 +0000 Subject: 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 --- 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+ -- cgit v0.9.1