From 9be2fc229349eb694a180ae3caac26b7632695e5 Mon Sep 17 00:00:00 2001 From: Morgan Collett Date: Fri, 31 Oct 2008 10:35:48 +0000 Subject: #8471: Allow resuming Chat log in Write --- diff --git a/NEWS b/NEWS index e020413..34ccffa 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,5 @@ +* #8471: Allow resuming Chat log in Write + 48 * #8772: Fix journal entry creation in Chat for uri-list (kevix) diff --git a/pippy_app.py b/pippy_app.py index b9b7c26..a5e004a 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. -- cgit v0.9.1