oops
This commit is contained in:
parent
c803298c63
commit
6a31371e49
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue