removed warning for no background in style
markt markt
1 files changed,
1 insertions(+),
7 deletions(-)
jump to
M
src/RootTheme.cc
→
src/RootTheme.cc
@@ -174,14 +174,8 @@
void RootTheme::reconfigTheme() { _FB_USES_NLS; - if (!m_background->loaded()) { - cerr<<"Fluxbox: "<< - _FB_CONSOLETEXT(Common, BackgroundWarning, - "There is no background option specified in this style." - " Please consult the manual or read the FAQ.", - "Background missing warning")<<endl; + if (!m_background->loaded()) return; - } if (!m_background->changed()) return;