diff options
author | fluxgen <fluxgen> | 2005-12-03 18:15:55 (GMT) |
---|---|---|
committer | fluxgen <fluxgen> | 2005-12-03 18:15:55 (GMT) |
commit | 6a31371e494d5c7339c69f1c445539280ddeb2cc (patch) | |
tree | a44d45a16de6fa706be57023f194b60846c613db /src/RootTheme.cc | |
parent | c803298c636beaa37d76d57c67a01935dd6aafef (diff) | |
download | fluxbox_pavel-6a31371e494d5c7339c69f1c445539280ddeb2cc.zip fluxbox_pavel-6a31371e494d5c7339c69f1c445539280ddeb2cc.tar.bz2 |
oops
Diffstat (limited to 'src/RootTheme.cc')
-rw-r--r-- | src/RootTheme.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/RootTheme.cc b/src/RootTheme.cc index 7f214a9..7cb4de9 100644 --- a/src/RootTheme.cc +++ b/src/RootTheme.cc | |||
@@ -204,7 +204,7 @@ void RootTheme::reconfigTheme() { | |||
204 | options += "-c "; | 204 | options += "-c "; |
205 | if (strstr(m_background->options().c_str(), "random") != 0) | 205 | if (strstr(m_background->options().c_str(), "random") != 0) |
206 | options += "-r "; | 206 | options += "-r "; |
207 | if (strstr(m_background->options.c_str(), "aspect") != 0) | 207 | if (strstr(m_background->options().c_str(), "aspect") != 0) |
208 | options += "-a "; | 208 | options += "-a "; |
209 | 209 | ||
210 | // compose wallpaper application "fbsetbg" with argumetns | 210 | // compose wallpaper application "fbsetbg" with argumetns |