mirror of
https://github.com/awesomeWM/awesome
synced 2024-11-16 07:47:22 +01:00
naughty: return nothing, not nil
This is not a valid return value for a D-Bus method. Signed-off-by: Julien Danjou <julien@danjou.info>
This commit is contained in:
parent
e4c8c11564
commit
e0c259406e
1 changed files with 1 additions and 1 deletions
|
@ -464,7 +464,7 @@ if capi.dbus then
|
|||
if title ~= "" then
|
||||
args.text = title
|
||||
else
|
||||
return nil
|
||||
return
|
||||
end
|
||||
end
|
||||
local score = 0
|
||||
|
|
Loading…
Reference in a new issue