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-20 00:33:59 (GMT)
committer Rafael Ortiz <rafael@activitycentral.com>2012-06-20 00:33:59 (GMT)
commita6abb307909f1ddfc9d46a49534b313c97c18f01 (patch)
treefe74da096b5a14ce9ec61b5db8d41dc8996ad088
parent77b1ce3741635382c96afb152d874b8539f6079f (diff)
Fixing comment
-rw-r--r--terminal.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/terminal.py b/terminal.py
index 9fb3b9a..7212ff6 100644
--- a/terminal.py
+++ b/terminal.py
@@ -446,8 +446,8 @@ 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
+# FIXME Bellow lines are commented in order to have journal access, but we are facing
+# an upstream bug with Vte.Terminal.get_text, info on SL#3645, upstream gnome Bug #676999
#
# if not self.metadata['mime_type']:
# self.metadata['mime_type'] = 'text/plain'