aboutsummaryrefslogtreecommitdiff
path: root/src/RootTheme.cc
diff options
context:
space:
mode:
authormarkt <markt>2007-03-24 23:15:36 (GMT)
committermarkt <markt>2007-03-24 23:15:36 (GMT)
commit6b35dc924355269382a69545dc0c7504aab7918c (patch)
treeb1bc8b1a848f0b3a1456a1aba372e73b665a63b1 /src/RootTheme.cc
parentec9a84103adbeb589ea116b05447200bc938f62c (diff)
downloadfluxbox-6b35dc924355269382a69545dc0c7504aab7918c.zip
fluxbox-6b35dc924355269382a69545dc0c7504aab7918c.tar.bz2
removed warning for no background in style
Diffstat (limited to 'src/RootTheme.cc')
-rw-r--r--src/RootTheme.cc8
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) {
174void RootTheme::reconfigTheme() { 174void 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;