Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRafael Ortiz <rafael@activitycentral.com>2012-06-04 20:09:54 (GMT)
committer Rafael Ortiz <rafael@activitycentral.com>2012-06-04 20:09:54 (GMT)
commit1cc9cab90c92a01b56cd71473fcef1aae8264962 (patch)
tree6be7a1cc0aeaa24c29d94b00515414af8a58aac9
parent5bff52765091225a1ef4095812064337c0b48dd3 (diff)
making a comment about previons patch rationale
-rw-r--r--terminal.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/terminal.py b/terminal.py
index 16d39f5..112f509 100644
--- a/terminal.py
+++ b/terminal.py
@@ -468,6 +468,10 @@ class TerminalActivity(activity.Activity):
def write_file(self, file_path):
return
+
+# FIXME Bellow lines are commented in ording to have journal access but we are not still saving a
+# file this is an upstream bug with Vte.Terminal.get_text, SL#3655
+#
# if not self.metadata['mime_type']:
# self.metadata['mime_type'] = 'text/plain'
#