From 3d85cee502427eea9bca431591c1bc55c00da771 Mon Sep 17 00:00:00 2001 From: Blake DeMarcy Date: Sat, 15 Apr 2017 20:10:02 -0500 Subject: [PATCH] omfg --- clients/urwid/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clients/urwid/main.py b/clients/urwid/main.py index e872607..6db775f 100644 --- a/clients/urwid/main.py +++ b/clients/urwid/main.py @@ -276,7 +276,7 @@ class App(object): """ if self.mode == "thread": footer = bars["thread"] % self.prefs["jump_count"] - else: footer = ["index"] + else: footer = bars["index"] self.set_footer(footer)