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
9445701655
commit
dd84d88e0f
|
@ -460,7 +460,7 @@ if capi.dbus then
|
|||
if title ~= "" then
|
||||
args.text = title
|
||||
else
|
||||
return nil
|
||||
return
|
||||
end
|
||||
end
|
||||
local score = 0
|
||||
|
|
Loading…
Reference in New Issue