aboutsummaryrefslogtreecommitdiff
path: root/src/RootTheme.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/RootTheme.cc')
-rw-r--r--src/RootTheme.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/RootTheme.cc b/src/RootTheme.cc
index 96f13d5..51885bf 100644
--- a/src/RootTheme.cc
+++ b/src/RootTheme.cc
@@ -175,6 +175,7 @@ void RootTheme::reconfigTheme() {
175 // if background argument is a file then 175 // if background argument is a file then
176 // parse image options and call image setting 176 // parse image options and call image setting
177 // command specified in the resources 177 // command specified in the resources
178 filename = FbTk::StringUtil::expandFilename(filename);
178 if (FbTk::FileUtil::isRegularFile(filename.c_str())) { 179 if (FbTk::FileUtil::isRegularFile(filename.c_str())) {
179 // parse options 180 // parse options
180 std::string options; 181 std::string options;