Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/activity.py
diff options
context:
space:
mode:
Diffstat (limited to 'activity.py')
-rw-r--r--activity.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/activity.py b/activity.py
index a1ef384..3202c1a 100644
--- a/activity.py
+++ b/activity.py
@@ -524,7 +524,7 @@ class SimpleGraph(activity.Activity):
datastore.write(jobject)
def write_file(self, file_path):
- self.metadata['mime_type'] = "activity/x-simplegraph"
+ self.metadata['mime_type'] = "application/x-simplegraph-activity"
if self.current_chart:
data = {}