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:
4c71c71
)
set the ustring's utf type so that it matches what it appended to it
author
Dana Jansens
<danakj@orodu.net>
Mon, 13 Jan 2003 09:26:38 +0000
(09:26 +0000)
committer
Dana Jansens
<danakj@orodu.net>
Mon, 13 Jan 2003 09:26:38 +0000
(09:26 +0000)
otk/property.cc
patch
|
blob
|
history
diff --git
a/otk/property.cc
b/otk/property.cc
index 44741083a4501f27577c86e83cf400b660d07e1e..bda4ecea2ad6dc3a06383a2be4236574f2f9101b 100644
(file)
--- a/
otk/property.cc
+++ b/
otk/property.cc
@@
-253,6
+253,7
@@
void Property::set(Window win, Atoms atom, StringType type,
}
ustring value;
+ value.setUtf8(u);
StringVect::const_iterator it = strings.begin();
const StringVect::const_iterator end = strings.end();