Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/shell
diff options
context:
space:
mode:
Diffstat (limited to 'shell')
-rw-r--r--shell/view/Shell.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/view/Shell.py b/shell/view/Shell.py
index c682e2f..892123c 100644
--- a/shell/view/Shell.py
+++ b/shell/view/Shell.py
@@ -223,7 +223,7 @@ class Shell(gobject.GObject):
jobject.metadata['buddies'] = ''
jobject.metadata['preview'] = ''
jobject.metadata['icon-color'] = profile.get_color().to_string()
- jobject.metadata['mime-type'] = 'image/png'
+ jobject.metadata['mime_type'] = 'image/png'
jobject.file_path = file_path
datastore.write(jobject)