From 9a9c3d12d7af747a90aaab6db761b615849a1549 Mon Sep 17 00:00:00 2001 From: dmitriy Date: Wed, 7 Oct 2009 19:57:01 +0200 Subject: [PATCH] naughty: upgrade to notification spec 1.0 (FS#652) Signed-off-by: Julien Danjou --- lib/naughty.lua.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/naughty.lua.in b/lib/naughty.lua.in index 29fff201..590d29fd 100644 --- a/lib/naughty.lua.in +++ b/lib/naughty.lua.in @@ -485,7 +485,7 @@ if capi.dbus then end elseif data.member == "GetServerInfo" or data.member == "GetServerInformation" then -- name of notification app, name of vender, version - return "s", "naughty", "s", "awesome", "s", capi.awesome.version:match("%d.%d") + return "s", "naughty", "s", "awesome", "s", capi.awesome.version:match("%d.%d"), "s", "1.0" end end) @@ -520,6 +520,7 @@ if capi.dbus then +