all repos — openbox @ 5d6413d49513eaadeb0529561665d2005e4ab6b9

openbox fork - make it a bit more like ryudo

fix for slit direction menu not reconfiguring properly
Dana Jansens danakj@orodu.net
commit

5d6413d49513eaadeb0529561665d2005e4ab6b9

parent

90e7db977fc94e4a3c1ae5689f1998d9723d4c71

2 files changed, 4 insertions(+), 0 deletions(-)

jump to
M CHANGELOGCHANGELOG

@@ -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
M src/Slit.ccsrc/Slit.cc

@@ -800,6 +800,7 @@ }

void Slitmenu::Directionmenu::reconfigure() { setValues(); + Basemenu::reconfigure(); }