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
|
end
|
||||||
return "u", "0"
|
return "u", "0"
|
||||||
elseif data.member == "CloseNotification" then
|
elseif data.member == "CloseNotification" then
|
||||||
local obj = getById(arg1)
|
local obj = getById(appname)
|
||||||
if obj then
|
if obj then
|
||||||
destroy(obj)
|
destroy(obj)
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in New Issue