From 759ca9e6b5103c5589d4d5db3883fd34801cb1bf Mon Sep 17 00:00:00 2001 From: simonb Date: Wed, 19 Apr 2006 05:28:22 +0000 Subject: allow ~ in background pixmap path --- ChangeLog | 2 ++ src/RootTheme.cc | 1 + 2 files changed, 3 insertions(+) diff --git a/ChangeLog b/ChangeLog index d3aeba7..fe452ad 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,8 @@ (Format: Year/Month/Day) Changes for 0.9.16: *06/04/19: + * Allow ~ in "background" pixmap options (Simon + thanks_markt) + RootTheme.cc * Windows keep relative position in ArrangeWindows (Mathias) WorkspaceCmd.cc * Made fbgm more pure bourne-compatibel (Mathias) 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() { // if background argument is a file then // parse image options and call image setting // command specified in the resources + filename = FbTk::StringUtil::expandFilename(filename); if (FbTk::FileUtil::isRegularFile(filename.c_str())) { // parse options std::string options; -- cgit v0.11.2