Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Francis <francis@sugarlabs.org>2012-06-19 22:25:41 (GMT)
committer Daniel Francis <francis@sugarlabs.org>2012-06-19 22:25:41 (GMT)
commit12863e8ddb032bccee57a591bd2422f65ad63b1a (patch)
tree212ed9b725c70c32c3690bc7d936d38e0133b80e
parent9052568414547e260975b1525446ef072483947b (diff)
Added erroneously removed FIXME
-rw-r--r--terminal.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/terminal.py b/terminal.py
index 3694a65..9fb3b9a 100644
--- a/terminal.py
+++ b/terminal.py
@@ -446,6 +446,9 @@ class TerminalActivity(activity.Activity):
def write_file(self, file_path):
return
+# FIXME Bellow lines are commented in order to have journal access but we are n
+# 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'
#