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:
Julien Danjou 2010-06-06 10:38:34 +02:00
parent 9445701655
commit dd84d88e0f
1 changed files with 1 additions and 1 deletions

View File

@ -460,7 +460,7 @@ if capi.dbus then
if title ~= "" then
args.text = title
else
return nil
return
end
end
local score = 0