Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSascha Silbe <silbe@activitycentral.com>2010-07-05 02:08:06 (GMT)
committer Sascha Silbe <silbe@activitycentral.com>2011-02-17 22:40:03 (GMT)
commit6ba79fcd6ca69c782d9df1f0d6ce8f70b7be202d (patch)
treeee1d77e478026f959c86e139f62b39a6f82462b7
parentd6069dd8e4344a614e4bc476b71bfe122d015ef5 (diff)
fix recognition of JEBs outside of data store
Add a MIME type definition for Journal Entry Bundles (JEBs) so they get detected properly if encountered outside of the data store. Signed-off-by: Sascha Silbe <silbe@activitycentral.com> Acked-by: Simon Schampijer <simon@laptop.org>
-rw-r--r--data/sugar.xml.in6
1 files changed, 5 insertions, 1 deletions
diff --git a/data/sugar.xml.in b/data/sugar.xml.in
index 6a7f253..9300a45 100644
--- a/data/sugar.xml.in
+++ b/data/sugar.xml.in
@@ -8,4 +8,8 @@
<_comment>Sugar content bundle</_comment>
<glob pattern="*.xol"/>
</mime-type>
-</mime-info> \ No newline at end of file
+ <mime-type type="application/vnd.olpc-journal-entry">
+ <_comment>Sugar Journal entry bundle</_comment>
+ <glob pattern="*.xoj"/>
+ </mime-type>
+</mime-info>