naughty: fix CloseNotification argument usage
Signed-off-by: Julien Danjou <julien@danjou.info>
This commit is contained in:
parent
b45fd1f530
commit
7ea3c35cc2
|
@ -479,7 +479,7 @@ if capi.dbus then
|
|||
end
|
||||
return "u", "0"
|
||||
elseif data.member == "CloseNotification" then
|
||||
local obj = getById(arg1)
|
||||
local obj = getById(appname)
|
||||
if obj then
|
||||
destroy(obj)
|
||||
end
|
||||
|
|
Loading…
Reference in New Issue