aboutsummaryrefslogtreecommitdiff
path: root/src/Screen.cc
diff options
context:
space:
mode:
authorfluxgen <fluxgen>2002-10-15 13:05:55 (GMT)
committerfluxgen <fluxgen>2002-10-15 13:05:55 (GMT)
commita295efad66fc508a772732f74183d8fa66086f8a (patch)
treec183d8d2d1b5a37ee06da5731d8953fbd61d3403 /src/Screen.cc
parent07ee11fcbc7a2fdf05ba7881084fe4f6eeb78129 (diff)
downloadfluxbox-a295efad66fc508a772732f74183d8fa66086f8a.zip
fluxbox-a295efad66fc508a772732f74183d8fa66086f8a.tar.bz2
fixed reconf after loading
Diffstat (limited to 'src/Screen.cc')
-rw-r--r--src/Screen.cc6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/Screen.cc b/src/Screen.cc
index f7c3cc8..f70e6e9 100644
--- a/src/Screen.cc
+++ b/src/Screen.cc
@@ -22,7 +22,7 @@
22// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER 22// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
23// DEALINGS IN THE SOFTWARE. 23// DEALINGS IN THE SOFTWARE.
24 24
25// $Id: Screen.cc,v 1.72 2002/10/15 10:54:40 fluxgen Exp $ 25// $Id: Screen.cc,v 1.73 2002/10/15 13:05:55 fluxgen Exp $
26 26
27//use GNU extensions 27//use GNU extensions
28#ifndef _GNU_SOURCE 28#ifndef _GNU_SOURCE
@@ -518,9 +518,9 @@ void BScreen::reconfigure() {
518#endif // DEBUG 518#endif // DEBUG
519 Fluxbox::instance()->loadRootCommand(this); 519 Fluxbox::instance()->loadRootCommand(this);
520 theme->setRootCommand(getRootCommand()); 520 theme->setRootCommand(getRootCommand());
521 theme->reconfigure(*resource.antialias);
522 theme->load(fluxbox->getStyleFilename()); 521 theme->load(fluxbox->getStyleFilename());
523 522 theme->reconfigure(*resource.antialias);
523
524 I18n *i18n = I18n::instance(); 524 I18n *i18n = I18n::instance();
525 525
526 const char *s = i18n->getMessage( 526 const char *s = i18n->getMessage(