projects
/
dana
/
openbox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
55f1381
)
dont use append, dont need to extend ustring!
author
Dana Jansens
<danakj@orodu.net>
Mon, 13 Jan 2003 07:15:02 +0000
(07:15 +0000)
committer
Dana Jansens
<danakj@orodu.net>
Mon, 13 Jan 2003 07:15:02 +0000
(07:15 +0000)
src/frame.cc
patch
|
blob
|
history
diff --git
a/src/frame.cc
b/src/frame.cc
index a2a6cc071644a37e27f5a18e867b5e15a56bebe2..ce5e961ea4c8d4e3ef0aeb873e3b9ecc15407ab0 100644
(file)
--- a/
src/frame.cc
+++ b/
src/frame.cc
@@
-223,7
+223,7
@@
void Frame::adjustSize()
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!!