all repos — fluxbox @ e2f9a1e7bc9e32270ef2c8d8c05f9841830059a3

custom fork of the fluxbox windowmanager

grrr .. future code commited, sorry about that
mathias mathias
commit

e2f9a1e7bc9e32270ef2c8d8c05f9841830059a3

parent

253082dbfa2e7d60440f1c696ee39d772ec78b13

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

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

@@ -1174,7 +1174,7 @@ SaveSlitList,

"Save SlitList", "Saves the current order in the slit"), savecmd); - m_clientlist_menu.updateMenu(); + m_clientlist_menu.update(); } void Slit::saveClientList() {

@@ -1271,7 +1271,7 @@ m_slitmenu.insert(new SlitDirMenuItem(_FBTEXT(Slit, Direction, "Slit Direction", "Orientation of slit"),

*this, save_and_reconfigure)); m_slitmenu.insert(_FBTEXT(Slit, ClientsMenu, "Clients", "Slit client menu"), &m_clientlist_menu); - m_slitmenu.updateMenu(); + m_slitmenu.update(); // setup sub menu m_placement_menu.setLabel(_FBTEXT(Slit, Placement, "Slit Placement", "Slit Placement"));

@@ -1313,7 +1313,7 @@ place_menu.pop_front();

} // finaly update sub menu - m_placement_menu.updateMenu(); + m_placement_menu.update(); } void Slit::moveToLayer(int layernum) {