From 307da13fff916694f870ecb77aaf3ce0cf51d09e Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Wed, 17 Apr 2002 23:07:11 +0000 Subject: menus update their values when they are reconfigure()d. the screen, toolbar and slit rc values are reloaded in BScreen::reconfigure() before the menus. the toolbar and slit rc values are explicitly loaded in their constructors, as is BScreen's. --- src/openbox.cc | 1 - 1 file changed, 1 deletion(-) (limited to 'src/openbox.cc') diff --git a/src/openbox.cc b/src/openbox.cc index c86b2124..25d274f1 100644 --- a/src/openbox.cc +++ b/src/openbox.cc @@ -1072,7 +1072,6 @@ void Openbox::real_reconfigure() { grab(); load(); - save(); for (int i = 0, n = menuTimestamps->count(); i < n; i++) { MenuTimestamp *ts = menuTimestamps->remove(0); -- cgit v1.2.3