summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2002-05-16 05:59:02 +0000
committerDana Jansens <danakj@orodu.net>2002-05-16 05:59:02 +0000
commit5d6413d49513eaadeb0529561665d2005e4ab6b9 (patch)
treea3ee890d9a51c14c0448edb0e96d0bef15a4896e
parent90e7db977fc94e4a3c1ae5689f1998d9723d4c71 (diff)
fix for slit direction menu not reconfiguring properly
-rw-r--r--CHANGELOG3
-rw-r--r--src/Slit.cc1
2 files changed, 4 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index a192aca4..a1f4a51f 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,6 +1,9 @@
Changelog for Openbox:
1.2.0:
+ * fix for slit menu not using the correct style when
+ the style changed. (Ben Jansens)
+
* changed the menu from an rcfile option to a command-
line option. use 'openbox -menu <file>' to select an
alternate menu. The default menu used is
diff --git a/src/Slit.cc b/src/Slit.cc
index 47cef350..f6c87aa9 100644
--- a/src/Slit.cc
+++ b/src/Slit.cc
@@ -800,6 +800,7 @@ void Slitmenu::Directionmenu::setValues() {
void Slitmenu::Directionmenu::reconfigure() {
setValues();
+ Basemenu::reconfigure();
}