aboutsummaryrefslogtreecommitdiff
path: root/src/FbTk/Theme.cc
diff options
context:
space:
mode:
authorfluxgen <fluxgen>2003-12-03 00:18:58 (GMT)
committerfluxgen <fluxgen>2003-12-03 00:18:58 (GMT)
commit82e72ab49336368284f38130c751e266338900a9 (patch)
treea0525977f37fa957d9fb66dcfb5bb05e55a751c5 /src/FbTk/Theme.cc
parent5ce6c4e7629e5b2f82c7a343b458f9dd394fa089 (diff)
downloadfluxbox_pavel-82e72ab49336368284f38130c751e266338900a9.zip
fluxbox_pavel-82e72ab49336368284f38130c751e266338900a9.tar.bz2
minor stuff
Diffstat (limited to 'src/FbTk/Theme.cc')
-rw-r--r--src/FbTk/Theme.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/FbTk/Theme.cc b/src/FbTk/Theme.cc
index 59e9817..ca39620 100644
--- a/src/FbTk/Theme.cc
+++ b/src/FbTk/Theme.cc
@@ -19,7 +19,7 @@
19// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER 19// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
20// DEALINGS IN THE SOFTWARE. 20// DEALINGS IN THE SOFTWARE.
21 21
22// $Id: Theme.cc,v 1.21 2003/11/16 22:33:55 rathnor Exp $ 22// $Id: Theme.cc,v 1.22 2003/12/03 00:18:58 fluxgen Exp $
23 23
24#include "Theme.hh" 24#include "Theme.hh"
25 25
@@ -74,7 +74,7 @@ bool ThemeManager::unregisterTheme(Theme &tm) {
74} 74}
75 75
76bool ThemeManager::load(const std::string &filename) { 76bool ThemeManager::load(const std::string &filename) {
77 std::string location = FbTk::StringUtil::expandFilename(filename).c_str(); 77 std::string location = FbTk::StringUtil::expandFilename(filename);
78 std::string prefix = ""; 78 std::string prefix = "";
79 79
80 if (Directory::isDirectory(filename)) { 80 if (Directory::isDirectory(filename)) {