]> Dogcows Code - chaz/openbox/commitdiff
fix for slit direction menu not reconfiguring properly
authorDana Jansens <danakj@orodu.net>
Thu, 16 May 2002 05:59:02 +0000 (05:59 +0000)
committerDana Jansens <danakj@orodu.net>
Thu, 16 May 2002 05:59:02 +0000 (05:59 +0000)
CHANGELOG
src/Slit.cc

index a192aca46b88934c210f756414ccca327f263257..a1f4a51fd2deaf9c33b3689286d9838c0974e352 100644 (file)
--- 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
index 47cef350195c7e9beef53ca1ca5b6b05645406ee..f6c87aa93ba33d04bbe60f34c29f13cf6cd75ed2 100644 (file)
@@ -800,6 +800,7 @@ void Slitmenu::Directionmenu::setValues() {
 
 void Slitmenu::Directionmenu::reconfigure() {
   setValues();
+  Basemenu::reconfigure();
 }
 
 
This page took 0.02506 seconds and 4 git commands to generate.