]> Dogcows Code - chaz/openbox/blobdiff - openbox/prompt.c
Handle STRING and COMPOUND_TEXT type text properties.
[chaz/openbox] / openbox / prompt.c
index 77398c5fa7ba01c006e28d97fdaa081ab934dcfc..08356092693c875c1bb92be78450220ea5375568 100644 (file)
@@ -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;
This page took 0.026228 seconds and 4 git commands to generate.