X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;ds=sidebyside;f=openbox%2Fclient.c;h=281883b14b8a6ed288cd2b172a915364be31d030;hb=2f0e73cf9d20154c5c84b6ea90e658cf44a6f0c4;hp=041b149e0693f6831c50f83374aebd2020a3d621;hpb=275fdf8c2a0d5c7d8f395b3269e644939e016696;p=chaz%2Fopenbox diff --git a/openbox/client.c b/openbox/client.c index 041b149e..281883b1 100644 --- a/openbox/client.c +++ b/openbox/client.c @@ -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; }