awesome/lib
Arvydas Sidorenko 65de8a7ab5 Broken lgi version checking
Currently it takes `require('lgi.version')`, converts it blindly to
number and compares with another value.
I am using lgi v0.6.1 and that is not convertable to number value,
thus tonumber() returns nil and crashes Awesome.
The fix is to take major and minor numbers only ignoring the rest.

Signed-off-by: Arvydas Sidorenko <asido4@gmail.com>
Signed-off-by: Uli Schlachter <psychon@znc.in>
2012-06-22 23:21:14 +02:00
..
awful awful.client: Add a missing module table 2012-06-19 20:37:03 +02:00
gears Broken lgi version checking 2012-06-22 23:21:14 +02:00
menubar Ported awful to lua 5.2 2012-06-16 17:37:30 +02:00
wibox Fix various minor errors after the lua 5.2 conversion 2012-06-16 21:12:26 +02:00
beautiful.lua.in Beatiful module ported to lua 5.2 2012-06-16 17:37:30 +02:00
naughty.lua.in Do not attempt to call global destroy 2012-06-22 23:17:58 +02:00