aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMathias Gumz <akira at fluxbox dot org>2011-01-16 07:27:25 (GMT)
committerMathias Gumz <akira at fluxbox dot org>2011-01-16 07:27:25 (GMT)
commit7f6d03e7bf575cfa2b61378e33a4fb991ff342a9 (patch)
tree8b1bf104a9c698e36eed2867cbfcb77d87291e0b /src
parentcc2774871a5493ffbbba4dce11379dda3da71699 (diff)
downloadfluxbox-7f6d03e7bf575cfa2b61378e33a4fb991ff342a9.zip
fluxbox-7f6d03e7bf575cfa2b61378e33a4fb991ff342a9.tar.bz2
compile fix, new name of setMinimumSublevels() is setMinimumColumns()
Diffstat (limited to 'src')
-rw-r--r--src/Toolbar.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Toolbar.cc b/src/Toolbar.cc
index 1f401c9..ac53af2 100644
--- a/src/Toolbar.cc
+++ b/src/Toolbar.cc
@@ -873,7 +873,7 @@ void Toolbar::setupMenus(bool skip_new_placement) {
873 { _FB_XTEXT(Align, BottomRight, "Bottom Right", "Bottom Right"), Toolbar::BOTTOMRIGHT} 873 { _FB_XTEXT(Align, BottomRight, "Bottom Right", "Bottom Right"), Toolbar::BOTTOMRIGHT}
874 }; 874 };
875 875
876 placementMenu().setMinimumSublevels(3); 876 placementMenu().setMinimumColumns(3);
877 // create items in sub menu 877 // create items in sub menu
878 for (size_t i=0; i< sizeof(place_menu)/sizeof(PlacementP); ++i) { 878 for (size_t i=0; i< sizeof(place_menu)/sizeof(PlacementP); ++i) {
879 const PlacementP& p = place_menu[i]; 879 const PlacementP& p = place_menu[i];