Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/cardlist.py
diff options
context:
space:
mode:
Diffstat (limited to 'cardlist.py')
-rw-r--r--cardlist.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/cardlist.py b/cardlist.py
index 35df613..faebc60 100644
--- a/cardlist.py
+++ b/cardlist.py
@@ -171,7 +171,7 @@ class CardList(gtk.EventBox):
# Saves the zip in datastore
gameObject = datastore.create()
gameObject.metadata['title'] = game_name
- gameObject.metadata['mime_type'] = 'application/memorizegame'
+ gameObject.metadata['mime_type'] = 'application/x-memorize-project'
gameObject.metadata['icon-color'] = profile.get_color().to_string()
gameObject.file_path = join(temp_folder, 'game.zip')
datastore.write(gameObject)