Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/Launcher.py
diff options
context:
space:
mode:
Diffstat (limited to 'Launcher.py')
-rwxr-xr-xLauncher.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/Launcher.py b/Launcher.py
index 74bd54d..525b01b 100755
--- a/Launcher.py
+++ b/Launcher.py
@@ -112,6 +112,7 @@ class Launcher(activity.Activity):
'''
Manages sugar activity journal entry updating
'''
+ self.metadata['mime_type'] = 'application/x-graph'
saves_text_file = open(file_path, 'w')
self.__wrapped_drawing_area.saveFiguresInTextFile(saves_text_file)
saves_text_file.close() \ No newline at end of file