menu: do not double escape name in 'menu:clients()' (FS#1202)
commit77e92e17a1ec1711233f42560b5b339944ce71b2
authorEnrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
Thu, 26 Dec 2013 14:50:10 +0000 (26 15:50 +0100)
committerUli Schlachter <psychon@znc.in>
Thu, 26 Dec 2013 15:12:31 +0000 (26 16:12 +0100)
tree4ae7af0dee888726a4301c924ed0555d9fdfe5c6
parent9723f23f26c602f38a62ca8e537a3854e7030e57
menu: do not double escape name in 'menu:clients()' (FS#1202)

Label of menu entries will be escaped automatically.  Doing it manually
in menu:clients() will escape it it twice.

Patch removes the util.escape() call in menu:clients()

Signed-off-by: Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
Signed-off-by: Uli Schlachter <psychon@znc.in>
lib/awful/menu.lua.in