diff options
Diffstat (limited to 'src/RootTheme.cc')
-rw-r--r-- | src/RootTheme.cc | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/src/RootTheme.cc b/src/RootTheme.cc index 51885bf..3cce132 100644 --- a/src/RootTheme.cc +++ b/src/RootTheme.cc | |||
@@ -159,14 +159,11 @@ void RootTheme::reconfigTheme() { | |||
159 | // if the background theme item was not loaded | 159 | // if the background theme item was not loaded |
160 | 160 | ||
161 | if (!m_background_loaded) { | 161 | if (!m_background_loaded) { |
162 | const char *warning_msg = | 162 | cerr<<"Fluxbox: "<< |
163 | _FBTEXT(Common, BackgroundWarning, | 163 | _FBTEXT(Common, BackgroundWarning, |
164 | "There is no background option specified in this style." | 164 | "There is no background option specified in this style." |
165 | " Please consult the manual or read the FAQ.", | 165 | " Please consult the manual or read the FAQ.", |
166 | "Background missing warning"); | 166 | "Background missing warning")<<endl; |
167 | |||
168 | cerr<<"Fluxbox: "<<warning_msg<<endl; | ||
169 | |||
170 | } else { | 167 | } else { |
171 | // handle background option in style | 168 | // handle background option in style |
172 | std::string filename = m_background->filename(); | 169 | std::string filename = m_background->filename(); |