THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY.

A new Flyspray task has been opened. Details are below. User who did this - TsT (TsT)
Attached to Project - awesome
Summary - local capi double definition in lib/awful/layout/init.lua.in
Task Type - Bug Report
Category - awful
Status - Unconfirmed
Assigned To - Operating System - All
Severity - Very Low
Priority - Normal
Reported Version - git/master
Due in Version - Undecided
Due Date - Undecided
Details - Hello,

In the lib/awful/layout/init.lua.in file
the capi variable defined 2 times, the first time can be remove.

[...]
local capi = { screen = screen, client = client }
[...]
local capi = {
   screen = screen,
   awesome = awesome,
   client = client
}


More information can be found at the following URL:
https://awesome.naquadah.org/bugs/index.php?do=details&task_id=1032

You are receiving this message because you have requested it from the Flyspray 
bugtracking system.  If you did not expect this message or don't want to 
receive mails in future, you can change your notification settings at the URL 
shown above.

--
To unsubscribe, send mail to [email protected].

Reply via email to