X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=otk%2Fproperty.cc;h=bda4ecea2ad6dc3a06383a2be4236574f2f9101b;hb=7f2ee77204b1e8aca39262f9a3ba9235539371de;hp=44741083a4501f27577c86e83cf400b660d07e1e;hpb=c97915f445017d36667a6ad32767fa41d14d23b1;p=chaz%2Fopenbox 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();