Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMorgan Collett <morgan.collett@gmail.com>2008-09-15 19:27:15 (GMT)
committer Morgan Collett <morgan.collett@gmail.com>2008-09-15 19:27:15 (GMT)
commit29ca7acc659623563713210176bf91579965f22e (patch)
tree4ebc9f93fbdd567d5e0c69ae772e035c61783692
parentb636d416f68cddb7305bb4f6e9f199eed5c7fad0 (diff)
#8471: Allow resuming Chat log in Write
-rw-r--r--NEWS1
-rw-r--r--pippy_app.py1
2 files changed, 2 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 2424d8c..dca1c9b 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,4 @@
+* #8471: Allow resuming Chat log in Write
* #8411: Add license to activity.info
* Remove parameter from bundlebuilder.start
* Add update_url for software updater
diff --git a/pippy_app.py b/pippy_app.py
index 3f6c9bc..32f34aa 100644
--- a/pippy_app.py
+++ b/pippy_app.py
@@ -485,6 +485,7 @@ class Chat(ViewSourceActivity):
f.write(self._get_log())
finally:
f.close()
+ self.metadata['mime_type'] = 'text/plain'
def read_file(self, file_path):
"""Load a chat log from the Journal.