naughty: fix CloseNotification argument usage
Signed-off-by: Julien Danjou <julien@danjou.info>
This commit is contained in:
parent
ce5b460f24
commit
fcee5fb828
|
@ -483,7 +483,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