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