diff options
author | simonb <simonb> | 2007-01-05 13:01:19 (GMT) |
---|---|---|
committer | simonb <simonb> | 2007-01-05 13:01:19 (GMT) |
commit | 3a79de034f87df155f540af2186c5d87dc187b3b (patch) | |
tree | 9352aebc02ecc46ec475e1a2764c8f39cd732453 /src/FbTk/ThemeItems.cc | |
parent | 87b8626793e25a8ab4b1e077fcf29cb06ff7f71c (diff) | |
download | fluxbox-3a79de034f87df155f540af2186c5d87dc187b3b.zip fluxbox-3a79de034f87df155f540af2186c5d87dc187b3b.tar.bz2 |
change default Xft font so that it works properly with rotation (see
notes in ChangeLog or FbTk/Font.cc)
Diffstat (limited to 'src/FbTk/ThemeItems.cc')
-rw-r--r-- | src/FbTk/ThemeItems.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/FbTk/ThemeItems.cc b/src/FbTk/ThemeItems.cc index 2f58b2a..6d2b244 100644 --- a/src/FbTk/ThemeItems.cc +++ b/src/FbTk/ThemeItems.cc | |||
@@ -120,7 +120,7 @@ void ThemeItem<unsigned int>::load(const std::string *name, const std::string *a | |||
120 | 120 | ||
121 | template <> | 121 | template <> |
122 | void ThemeItem<Font>::setDefaultValue() { | 122 | void ThemeItem<Font>::setDefaultValue() { |
123 | if (!m_value.load("fixed")) { | 123 | if (!m_value.load("__DEFAULT__")) { |
124 | cerr<<"ThemeItem<Font>: Warning! Failed to load default value 'fixed'"<<endl; | 124 | cerr<<"ThemeItem<Font>: Warning! Failed to load default value 'fixed'"<<endl; |
125 | } else { | 125 | } else { |
126 | string effect(ThemeManager::instance().resourceValue(name()+".effect", altName()+".Effect")); | 126 | string effect(ThemeManager::instance().resourceValue(name()+".effect", altName()+".Effect")); |