awesome/lib
Gregor Best 3e325782de awesomerc: use gmatch instead of deprecated gfind
a user in #awesome made me aware of a little quirk in lib/awful.lua
which renders the history of the prompt unusable when using Gentoo and
installing Lua without the USE-flag "deprecated". Lua states that
string.gfind has been replaced with string.gmatch and aborts the
function prompt_history_save(id). I attached a patch that replaces
id:gfind with id:gmatch, which so far has not revealed any problems.

Signed-off-by: Julien Danjou <julien@danjou.info>
2008-08-31 08:43:50 +02:00
..
awful.lua.in awesomerc: use gmatch instead of deprecated gfind 2008-08-31 08:43:50 +02:00
beautiful.lua.in beautiful: set wallpaper of each screen 2008-08-20 18:15:08 +02:00
tabulous.lua.in tabulous: Handle external raise of hidden windows 2008-08-30 08:56:27 +02:00