summaryrefslogtreecommitdiff
path: root/alot/ui.py
diff options
context:
space:
mode:
authorPatrick Totzke <patricktotzke@gmail.com>2012-08-15 22:29:57 +0100
committerPatrick Totzke <patricktotzke@gmail.com>2012-08-15 22:29:57 +0100
commitca23a84d240b18c41bd5c583367c41b7d5f31b6a (patch)
tree4e6fdaf7ab80d6effcc9978409b7c8f11e497cba /alot/ui.py
parenta53ad0baa345adb97042a8fee4dc609127164edc (diff)
fix theming in help notifications
Diffstat (limited to 'alot/ui.py')
-rw-r--r--alot/ui.py4
1 files 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),