From 24e4bbe592213e90d76d37cc703d34a93edbbda1 Mon Sep 17 00:00:00 2001 From: dtk Date: Sat, 28 Jan 2012 17:48:12 +0100 Subject: Remove duplicate `has_themeing()` method Adjust calls to address remaining `has_theming()` method. Conflicts: alot/settings.py --- alot/widgets.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'alot/widgets.py') diff --git a/alot/widgets.py b/alot/widgets.py index 164643c6..a85e31e8 100644 --- a/alot/widgets.py +++ b/alot/widgets.py @@ -209,7 +209,7 @@ class ThreadlineWidget(urwid.AttrMap): if focus: theme += '_focus' highlight_theme += '_focus' - if config.has_themeing(highlight_theme): + if config.has_theming(highlight_theme): theme = highlight_theme elif focus: theme = theme + '_focus' -- cgit v1.2.3