diff options
author | fluxgen <fluxgen> | 2003-08-12 00:20:47 (GMT) |
---|---|---|
committer | fluxgen <fluxgen> | 2003-08-12 00:20:47 (GMT) |
commit | b441ee120b62acf89404f9d2c2a6f4579f2e01b5 (patch) | |
tree | 0c4cbe811fa653726948de840eb3a7387c6a95d7 /src/TextTheme.cc | |
parent | 687d1a802198ef377a5df087a821ffae697c74bc (diff) | |
download | fluxbox-b441ee120b62acf89404f9d2c2a6f4579f2e01b5.zip fluxbox-b441ee120b62acf89404f9d2c2a6f4579f2e01b5.tar.bz2 |
update
Diffstat (limited to 'src/TextTheme.cc')
-rw-r--r-- | src/TextTheme.cc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/TextTheme.cc b/src/TextTheme.cc index b90da0d..b54adcf 100644 --- a/src/TextTheme.cc +++ b/src/TextTheme.cc | |||
@@ -20,7 +20,7 @@ | |||
20 | // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER | 20 | // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER |
21 | // DEALINGS IN THE SOFTWARE. | 21 | // DEALINGS IN THE SOFTWARE. |
22 | 22 | ||
23 | // $Id: TextTheme.cc,v 1.1 2003/08/11 14:28:38 fluxgen Exp $ | 23 | // $Id: TextTheme.cc,v 1.2 2003/08/12 00:20:47 fluxgen Exp $ |
24 | 24 | ||
25 | #include "TextTheme.hh" | 25 | #include "TextTheme.hh" |
26 | 26 | ||
@@ -38,6 +38,7 @@ TextTheme::TextTheme(FbTk::Theme &theme, | |||
38 | theme.screenNum()), 0, 0)) { | 38 | theme.screenNum()), 0, 0)) { |
39 | // load default font | 39 | // load default font |
40 | m_font->load("fixed"); | 40 | m_font->load("fixed"); |
41 | update(); | ||
41 | } | 42 | } |
42 | 43 | ||
43 | TextTheme::~TextTheme() { | 44 | TextTheme::~TextTheme() { |