From 7f6d03e7bf575cfa2b61378e33a4fb991ff342a9 Mon Sep 17 00:00:00 2001 From: Mathias Gumz Date: Sun, 16 Jan 2011 08:27:25 +0100 Subject: compile fix, new name of setMinimumSublevels() is setMinimumColumns() --- src/Toolbar.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) { { _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]; -- cgit v0.11.2