From 533613a13590fbda22b7a4af8f8de255b1f0f1b6 Mon Sep 17 00:00:00 2001 From: Agustin Zubiaga Date: Tue, 06 Mar 2012 23:18:53 +0000 Subject: Mimetype changes --- (limited to 'activity.py') 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 = {} -- cgit v0.9.1