]> Dogcows Code - chaz/openbox/blobdiff - openbox/client.c
add functions for setting locale strings (on top of existing functions for setting...
[chaz/openbox] / openbox / client.c
index 041b149e0693f6831c50f83374aebd2020a3d621..281883b14b8a6ed288cd2b172a915364be31d030 100644 (file)
@@ -1978,7 +1978,7 @@ void client_update_title(ObClient *self)
         g_free(data);
     }
 
-    OBT_PROP_SETS(self->window, NET_WM_VISIBLE_NAME, visible);
+    OBT_PROP_SETS(self->window, NET_WM_VISIBLE_NAME, utf8, visible);
     self->title = visible;
 
     if (self->frame)
@@ -2010,7 +2010,7 @@ void client_update_title(ObClient *self)
         g_free(data);
     }
 
-    OBT_PROP_SETS(self->window, NET_WM_VISIBLE_ICON_NAME, visible);
+    OBT_PROP_SETS(self->window, NET_WM_VISIBLE_ICON_NAME, utf8, visible);
     self->icon_title = visible;
 }
 
This page took 0.02076 seconds and 4 git commands to generate.