Fix HANDLE_TEXT_PROPERTY()

Instead of using the given atom name it always requested the WM_NAME property of
a client.

Signed-off-by: Uli Schlachter <psychon@znc.in>
Signed-off-by: Julien Danjou <julien@danjou.info>
This commit is contained in:
Uli Schlachter 2009-08-24 18:38:07 +02:00 committed by Julien Danjou
parent af5037104c
commit 2f1691e8db
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@
xcb_get_any_property(globalconf.connection, \
false, \
c->window, \
WM_NAME, \
atom, \
UINT_MAX), NULL); \
luaA_object_push(globalconf.L, c); \
setfunc(globalconf.L, -1, xutil_get_text_property_from_reply(reply)); \