]> Dogcows Code - chaz/openbox/blobdiff - otk/property.cc
make an optional bool param for ustring's other constructors
[chaz/openbox] / otk / property.cc
index 44741083a4501f27577c86e83cf400b660d07e1e..bda4ecea2ad6dc3a06383a2be4236574f2f9101b 100644 (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();
This page took 0.01949 seconds and 4 git commands to generate.