diff options
-rw-r--r-- | src/Screen.cc | 6 |
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( |