aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormarkt <markt>2007-03-24 23:13:41 (GMT)
committermarkt <markt>2007-03-24 23:13:41 (GMT)
commitd892181119ae3b76099c3f74e455ce752b115920 (patch)
tree6cc2a8e73bae6c9015ac41df2a195bda07a89521
parentb766d50d8265e7f40a2568d7ad6481fecfb3acbd (diff)
downloadfluxbox-d892181119ae3b76099c3f74e455ce752b115920.zip
fluxbox-d892181119ae3b76099c3f74e455ce752b115920.tar.bz2
removed warning for no background in style
-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;