[meld/Python3] vcview: Remove outdated comment
- From: Kai Willadsen <kaiw src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [meld/Python3] vcview: Remove outdated comment
- Date: Sun, 24 Jul 2016 01:48:42 +0000 (UTC)
commit 3dca61d28af234bd15bcf5c7b23ba4047596e7ef
Author: Kai Willadsen <kai willadsen gmail com>
Date: Sun Jul 24 11:29:45 2016 +1000
vcview: Remove outdated comment
meld/vcview.py | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
---
diff --git a/meld/vcview.py b/meld/vcview.py
index 9ee2257..cbc827a 100644
--- a/meld/vcview.py
+++ b/meld/vcview.py
@@ -118,7 +118,6 @@ class VcTreeStore(tree.DiffTreeStore):
tree.DiffTreeStore.__init__(self, 1, [str] * 5)
def get_file_path(self, it):
- # Use instead of value_path; does not incorrectly decode
return self.get_value(it, self.column_index(tree.COL_PATH, 0))
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]