all repos — fluxbox @ b441ee120b62acf89404f9d2c2a6f4579f2e01b5

custom fork of the fluxbox windowmanager

update
fluxgen fluxgen
commit

b441ee120b62acf89404f9d2c2a6f4579f2e01b5

parent

687d1a802198ef377a5df087a821ffae697c74bc

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

jump to
M src/TextTheme.ccsrc/TextTheme.cc

@@ -20,7 +20,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: TextTheme.cc,v 1.1 2003/08/11 14:28:38 fluxgen Exp $ +// $Id: TextTheme.cc,v 1.2 2003/08/12 00:20:47 fluxgen Exp $ #include "TextTheme.hh"

@@ -38,6 +38,7 @@ RootWindow(FbTk::App::instance()->display(),

theme.screenNum()), 0, 0)) { // load default font m_font->load("fixed"); + update(); } TextTheme::~TextTheme() {