summaryrefslogtreecommitdiff
path: root/src/tabs/listtab.py
diff options
context:
space:
mode:
authorFlorent Le Coz <louiz@louiz.org>2015-05-10 19:28:17 +0200
committerFlorent Le Coz <louiz@louiz.org>2015-05-10 19:28:17 +0200
commit861f5c4bbd775b091362766ecafeb7d1955aab2f (patch)
tree1ae7566392c92ca2ce5af9706124b26c19a53ce5 /src/tabs/listtab.py
parent8aecdc7db758e31307c948f5cf7e55348e299ba9 (diff)
downloadpoezio-861f5c4bbd775b091362766ecafeb7d1955aab2f.tar.gz
poezio-861f5c4bbd775b091362766ecafeb7d1955aab2f.tar.bz2
poezio-861f5c4bbd775b091362766ecafeb7d1955aab2f.tar.xz
poezio-861f5c4bbd775b091362766ecafeb7d1955aab2f.zip
The previous commit, but correctly done this time
Diffstat (limited to 'src/tabs/listtab.py')
-rw-r--r--src/tabs/listtab.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tabs/listtab.py b/src/tabs/listtab.py
index 12e2a686..c5aab5eb 100644
--- a/src/tabs/listtab.py
+++ b/src/tabs/listtab.py
@@ -197,6 +197,6 @@ class ListTab(Tab):
self.core.doupdate()
def matching_names(self):
- return [(2, self.name.full)]
+ return [(2, self.name)]