From ca23a84d240b18c41bd5c583367c41b7d5f31b6a Mon Sep 17 00:00:00 2001 From: Patrick Totzke Date: Wed, 15 Aug 2012 22:29:57 +0100 Subject: fix theming in help notifications --- alot/ui.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/alot/ui.py b/alot/ui.py index 0f07437f..340f8355 100644 --- a/alot/ui.py +++ b/alot/ui.py @@ -379,8 +379,8 @@ class UI(object): if block: # put "cancel to continue" widget as overlay on main widget - txt = urwid.Text('(cancel continues)') - overlay = urwid.Overlay(txt, self.mainframe, + txt = build_line('(cancel continues)', priority) + overlay = urwid.Overlay(txt, self.mainframe_themed, ('fixed left', 0), ('fixed right', 0), ('fixed bottom', 0), -- cgit v1.2.3