summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2003-01-13 09:26:38 +0000
committerDana Jansens <danakj@orodu.net>2003-01-13 09:26:38 +0000
commitb989ec13f7774bdb4b2b8675a65da56cb2fe0ef4 (patch)
tree83f6d9ec007d94a14b0be201a011baa36dfd8d5e
parent4c71c71d57e87c5273e09976fbac5b3a2f83bc52 (diff)
set the ustring's utf type so that it matches what it appended to it
-rw-r--r--otk/property.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/otk/property.cc b/otk/property.cc
index 44741083..bda4ecea 100644
--- 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();