]> Dogcows Code - chaz/openbox/commitdiff
set the ustring's utf type so that it matches what it appended to it
authorDana Jansens <danakj@orodu.net>
Mon, 13 Jan 2003 09:26:38 +0000 (09:26 +0000)
committerDana Jansens <danakj@orodu.net>
Mon, 13 Jan 2003 09:26:38 +0000 (09:26 +0000)
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.023062 seconds and 4 git commands to generate.