From 6a31371e494d5c7339c69f1c445539280ddeb2cc Mon Sep 17 00:00:00 2001 From: fluxgen Date: Sat, 3 Dec 2005 18:15:55 +0000 Subject: oops --- src/RootTheme.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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() { options += "-c "; if (strstr(m_background->options().c_str(), "random") != 0) options += "-r "; - if (strstr(m_background->options.c_str(), "aspect") != 0) + if (strstr(m_background->options().c_str(), "aspect") != 0) options += "-a "; // compose wallpaper application "fbsetbg" with argumetns -- cgit v0.11.2