X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Fopenbox;a=blobdiff_plain;f=openbox%2Fprompt.c;h=785b46c747cc15999f0ac1de40414f1a7d21ff23;hp=ae7f38f00c913d3802358de9029c5d7dd06f8fd3;hb=d09fd3183e6a52c63fcfdcf62d418cfdccb0015b;hpb=d162451a0113da1e012e007f848e38f07348d9d2 diff --git a/openbox/prompt.c b/openbox/prompt.c index ae7f38f0..785b46c7 100644 --- a/openbox/prompt.c +++ b/openbox/prompt.c @@ -175,7 +175,7 @@ ObPrompt* prompt_new(const gchar *msg, const gchar *title, /* set the window's title */ if (title) - OBT_PROP_SETS(self->super.window, NET_WM_NAME, utf8, title); + OBT_PROP_SETS(self->super.window, NET_WM_NAME, title); /* listen for key presses on the window */ self->event_mask = KeyPressMask;