Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/AbiWordActivity.py
diff options
context:
space:
mode:
Diffstat (limited to 'AbiWordActivity.py')
-rw-r--r--AbiWordActivity.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/AbiWordActivity.py b/AbiWordActivity.py
index 7112f35..54a0a62 100644
--- a/AbiWordActivity.py
+++ b/AbiWordActivity.py
@@ -313,7 +313,9 @@ class AbiWordActivity (Activity):
logging.debug('AbiWordActivity.write_file')
# check if we have a default mimetype; if not, fall back to OpenDocument
- if 'mime_type' not in self.metadata or self.metadata['mime_type'] == '':
+ # also fallback if we know we cannot export in that format
+ if 'mime_type' not in self.metadata or self.metadata['mime_type'] == '' or \
+ self.metadata['mime_type'] == 'application/msword':
self.metadata['mime_type'] = 'application/vnd.oasis.opendocument.text'
# if we were viewing the source of a file,