set the ustring's utf type so that it matches what it appended to it

This commit is contained in:
Dana Jansens 2003-01-13 09:26:38 +00:00
parent 4c71c71d57
commit b989ec13f7

View file

@ -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();