naughty: return correct awesome version via dbus
Signed-off-by: Julien Danjou <julien@danjou.info>
This commit is contained in:
parent
e8502a268f
commit
fa41e0d395
|
@ -439,7 +439,7 @@ elseif data.member == "CloseNotification" then
|
||||||
end
|
end
|
||||||
elseif data.member == "GetServerInfo" or data.member == "GetServerInformation" then
|
elseif data.member == "GetServerInfo" or data.member == "GetServerInformation" then
|
||||||
-- name of notification app, name of project, version of notification app, project version
|
-- name of notification app, name of project, version of notification app, project version
|
||||||
return "s", "naughty", "s", "awesome", "s", "1337", "s", "1337"
|
return "s", "naughty", "s", "awesome", "s", AWESOME_VERSION, "s", "1337"
|
||||||
end
|
end
|
||||||
end)
|
end)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue