Why this is needed all of the sudden, i do not know. Maarten.
>From 2715f38e90e729208871f6951f9338ee13013006 Mon Sep 17 00:00:00 2001 From: Maarten Maathuis <[email protected]> Date: Fri, 12 Dec 2008 12:53:47 +0100 Subject: [PATCH] naughty: Add tostring to the lua environment.
Signed-off-by: Maarten Maathuis <[email protected]> --- lib/naughty.lua.in | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/lib/naughty.lua.in b/lib/naughty.lua.in index e221232..1b7719c 100644 --- a/lib/naughty.lua.in +++ b/lib/naughty.lua.in @@ -10,6 +10,7 @@ local table = table local wibox = wibox local image = image local hooks = require("awful.hooks") +local tostring = tostring local string = string local widget = widget local button = button -- 1.6.0.4
