all repos — fluxbox @ 82e72ab49336368284f38130c751e266338900a9

custom fork of the fluxbox windowmanager

minor stuff
fluxgen fluxgen
commit

82e72ab49336368284f38130c751e266338900a9

parent

5ce6c4e7629e5b2f82c7a343b458f9dd394fa089

1 files changed, 2 insertions(+), 2 deletions(-)

jump to
M src/FbTk/Theme.ccsrc/FbTk/Theme.cc

@@ -19,7 +19,7 @@ // LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING

// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER // DEALINGS IN THE SOFTWARE. -// $Id: Theme.cc,v 1.21 2003/11/16 22:33:55 rathnor Exp $ +// $Id: Theme.cc,v 1.22 2003/12/03 00:18:58 fluxgen Exp $ #include "Theme.hh"

@@ -74,7 +74,7 @@ return true;

} bool ThemeManager::load(const std::string &filename) { - std::string location = FbTk::StringUtil::expandFilename(filename).c_str(); + std::string location = FbTk::StringUtil::expandFilename(filename); std::string prefix = ""; if (Directory::isDirectory(filename)) {