all repos — openbox @ 4dba699857918d0feda52c71c58eccd08839ec8b

openbox fork - make it a bit more like ryudo

dont use append, dont need to extend ustring!
Dana Jansens danakj@orodu.net
commit

4dba699857918d0feda52c71c58eccd08839ec8b

parent

55f138186097931f3bf81618e36d2ad53e0c07fd

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

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

@@ -223,7 +223,7 @@ // if we get here then we don't want the letter, kill it

layout.erase(i--, 1); } if (!tit_l) - layout.append(1, 'L'); + layout += "L"; // the size of the label. this ASSUMES the layout has only buttons other // that the ONE LABEL!!