all repos — fluxbox @ 57d7ce25386e7375f75bc19ffb6969338ad090f3

custom fork of the fluxbox windowmanager

fixed clear to erase
fluxgen fluxgen
commit

57d7ce25386e7375f75bc19ffb6969338ad090f3

parent

68c5d384a713a955ab388a70fe608e177446352f

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

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

@@ -1117,7 +1117,7 @@

if (ks == XK_Return) //change workspace name if keypress = Return screen->getCurrentWorkspace()->setName(const_cast<char *>(new_workspace_name.c_str())); - new_workspace_name.clear(); //erase temporary workspace name + new_workspace_name.erase(); //erase temporary workspace name screen->getCurrentWorkspace()->getMenu()->hide(); screen->getWorkspacemenu()->