all repos — fluxbox @ 7f6d03e7bf575cfa2b61378e33a4fb991ff342a9

custom fork of the fluxbox windowmanager

compile fix, new name of setMinimumSublevels() is setMinimumColumns()
Mathias Gumz akira at fluxbox dot org
commit

7f6d03e7bf575cfa2b61378e33a4fb991ff342a9

parent

cc2774871a5493ffbbba4dce11379dda3da71699

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M src/Toolbar.ccsrc/Toolbar.cc

@@ -873,7 +873,7 @@ { _FB_XTEXT(Align, RightBottom, "Right Bottom", "Right Bottom"), Toolbar::RIGHTBOTTOM},

{ _FB_XTEXT(Align, BottomRight, "Bottom Right", "Bottom Right"), Toolbar::BOTTOMRIGHT} }; - placementMenu().setMinimumSublevels(3); + placementMenu().setMinimumColumns(3); // create items in sub menu for (size_t i=0; i< sizeof(place_menu)/sizeof(PlacementP); ++i) { const PlacementP& p = place_menu[i];