Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/activity.py
diff options
context:
space:
mode:
authorAgustin Zubiaga <aguz@sugarlabs.org>2012-02-10 16:38:52 (GMT)
committer Agustin Zubiaga <aguz@sugarlabs.org>2012-02-10 16:38:52 (GMT)
commit5e811230dde6a872e703ff5e7978776ba444101e (patch)
tree24219edc96d9e66735d3165facd410d753c5756a /activity.py
parent3898d861144dd77d59ba4b45f90afed243103541 (diff)
Update the stopwatch mime type
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 95a908d..b9cca6a 100644
--- a/activity.py
+++ b/activity.py
@@ -450,7 +450,7 @@ class SimpleGraph(activity.Activity):
metadata = jobject.metadata
file_path = jobject.file_path
- if metadata['mime_type'] == "activity/x-stopwatch":
+ if metadata['mime_type'] == "application/x-stopwatch-activity":
reader = StopWatch()
f = open(file_path)