all repos — fluxbox @ 6b35dc924355269382a69545dc0c7504aab7918c

custom fork of the fluxbox windowmanager

removed warning for no background in style
markt markt
commit

6b35dc924355269382a69545dc0c7504aab7918c

parent

ec9a84103adbeb589ea116b05447200bc938f62c

1 files changed, 1 insertions(+), 7 deletions(-)

jump to
M src/RootTheme.ccsrc/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;