summaryrefslogtreecommitdiff
path: root/src/openbox.cc
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2002-04-17 23:07:11 +0000
committerDana Jansens <danakj@orodu.net>2002-04-17 23:07:11 +0000
commit307da13fff916694f870ecb77aaf3ce0cf51d09e (patch)
treeed958a10e8651c42edafb00a321355ef8f1e0833 /src/openbox.cc
parent9cd9d92bb1d66db9329bf5cd6e42e8b0096945e6 (diff)
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.
Diffstat (limited to 'src/openbox.cc')
-rw-r--r--src/openbox.cc1
1 files changed, 0 insertions, 1 deletions
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);