aboutsummaryrefslogtreecommitdiffstats
path: root/src/featherweight.py
diff options
context:
space:
mode:
authorMattias Andrée <maandree@operamail.com>2013-07-26 11:38:53 +0200
committerMattias Andrée <maandree@operamail.com>2013-07-26 11:38:53 +0200
commitb3f63c5ba7be21f9e5c84dc230efc1cd3d2ff519 (patch)
treef1c7f8887d0c6cdd425f3ef34c2878286247321e /src/featherweight.py
parentquit with q (diff)
downloadpytagomacs-b3f63c5ba7be21f9e5c84dc230efc1cd3d2ff519.tar.gz
pytagomacs-b3f63c5ba7be21f9e5c84dc230efc1cd3d2ff519.tar.bz2
pytagomacs-b3f63c5ba7be21f9e5c84dc230efc1cd3d2ff519.tar.xz
derp
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to 'src/featherweight.py')
-rwxr-xr-xsrc/featherweight.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/featherweight.py b/src/featherweight.py
index 470b115..b8bb376 100755
--- a/src/featherweight.py
+++ b/src/featherweight.py
@@ -80,7 +80,7 @@ def print_node(feed, last, indent):
prefix += '─┘ ' if islinux else '─┚ '
if feed['new'] > 0:
prefix += '\033[01;31m(%i)\033[00m ' % feed['new']
- if select_stack[-1][0] == feed:
+ if select_stack[-1][0] is feed:
title = '\033[01;34m%s\033[00m' % title
print(prefix + title)
if ('inner' in feed) and not collapsed: