set the ustring's utf type so that it matches what it appended to it
This commit is contained in:
parent
4c71c71d57
commit
b989ec13f7
1 changed files with 1 additions and 0 deletions
|
@ -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();
|
||||
|
|
Loading…
Reference in a new issue