Some more minor fixes, make "strict" happy

Signed-off-by: Uli Schlachter <psychon@znc.in>
This commit is contained in:
Uli Schlachter 2010-10-06 16:27:38 +02:00
parent c271ed7b13
commit 661a8a7b38
3 changed files with 2 additions and 3 deletions

View File

@ -5,7 +5,6 @@
-------------------------------------------------------------------------
local mouse = mouse
local widget = widget
local wibox = wibox
local screen = screen
local timer = timer

View File

@ -8,6 +8,7 @@ local setmetatable = setmetatable
local ipairs = ipairs
local math = math
local base = require("wibox.widget.base")
local color = require("gears.color")
--- A progressbar widget.
module("awful.widget.progressbar")

View File

@ -5,8 +5,7 @@
---------------------------------------------------------------------------
-- Grab environment we need
local capi = { widget = widget,
screen = screen,
local capi = { screen = screen,
oocairo = oocairo,
client = client }
local type = type