Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/cardlist.py
diff options
context:
space:
mode:
authorMuriel de Souza Godoi <muriel@laptop.org>2007-11-03 03:19:38 (GMT)
committer Muriel de Souza Godoi <muriel@laptop.org>2007-11-03 03:19:38 (GMT)
commite4c072e7af66b48edd4665c1deefff78862f0dea (patch)
tree8924dc2a22eacdd7d23237dc49167dea82140909 /cardlist.py
parent693100a7f2dfcb8d4489b8e17a9929548aa450a4 (diff)
Icons and pot files updated new list of demo games
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)