diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/RootTheme.cc | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/src/RootTheme.cc b/src/RootTheme.cc index 5c1e923..b05e322 100644 --- a/src/RootTheme.cc +++ b/src/RootTheme.cc | |||
@@ -174,14 +174,8 @@ bool RootTheme::fallback(FbTk::ThemeItem_base &item) { | |||
174 | void RootTheme::reconfigTheme() { | 174 | void RootTheme::reconfigTheme() { |
175 | _FB_USES_NLS; | 175 | _FB_USES_NLS; |
176 | 176 | ||
177 | if (!m_background->loaded()) { | 177 | if (!m_background->loaded()) |
178 | cerr<<"Fluxbox: "<< | ||
179 | _FB_CONSOLETEXT(Common, BackgroundWarning, | ||
180 | "There is no background option specified in this style." | ||
181 | " Please consult the manual or read the FAQ.", | ||
182 | "Background missing warning")<<endl; | ||
183 | return; | 178 | return; |
184 | } | ||
185 | 179 | ||
186 | if (!m_background->changed()) | 180 | if (!m_background->changed()) |
187 | return; | 181 | return; |