aboutsummaryrefslogtreecommitdiff
path: root/src/RootTheme.cc
diff options
context:
space:
mode:
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