aboutsummaryrefslogtreecommitdiff
path: root/src/RootTheme.cc
diff options
context:
space:
mode:
authorfluxgen <fluxgen>2005-12-03 18:15:55 (GMT)
committerfluxgen <fluxgen>2005-12-03 18:15:55 (GMT)
commit6a31371e494d5c7339c69f1c445539280ddeb2cc (patch)
treea44d45a16de6fa706be57023f194b60846c613db /src/RootTheme.cc
parentc803298c636beaa37d76d57c67a01935dd6aafef (diff)
downloadfluxbox-6a31371e494d5c7339c69f1c445539280ddeb2cc.zip
fluxbox-6a31371e494d5c7339c69f1c445539280ddeb2cc.tar.bz2
oops
Diffstat (limited to 'src/RootTheme.cc')
-rw-r--r--src/RootTheme.cc2
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