diff options
author | Mark Tiefenbruck <mark@fluxbox.org> | 2008-01-04 09:06:38 (GMT) |
---|---|---|
committer | Mark Tiefenbruck <mark@fluxbox.org> | 2008-01-04 09:06:38 (GMT) |
commit | 60ba709c2f47cc2c7b877aef1b0f297b097853e5 (patch) | |
tree | c722b0dacce3c7c0b1df7bf6ccb2b322bc819f6b /src/ToolTheme.cc | |
parent | b20b243b48683d209f8134b46c6dcea4df94b6cc (diff) | |
download | fluxbox-60ba709c2f47cc2c7b877aef1b0f297b097853e5.zip fluxbox-60ba709c2f47cc2c7b877aef1b0f297b097853e5.tar.bz2 |
add a level of indirection to themes
Diffstat (limited to 'src/ToolTheme.cc')
-rw-r--r-- | src/ToolTheme.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ToolTheme.cc b/src/ToolTheme.cc index 5741fd0..a5abc1a 100644 --- a/src/ToolTheme.cc +++ b/src/ToolTheme.cc | |||
@@ -38,7 +38,7 @@ ToolTheme::~ToolTheme() { | |||
38 | 38 | ||
39 | void ToolTheme::reconfigTheme() { | 39 | void ToolTheme::reconfigTheme() { |
40 | // update text theme | 40 | // update text theme |
41 | update(); | 41 | updateTextColor(); |
42 | } | 42 | } |
43 | 43 | ||
44 | bool ToolTheme::fallback(FbTk::ThemeItem_base &item) { | 44 | bool ToolTheme::fallback(FbTk::ThemeItem_base &item) { |