From 9554536db68f22408ab447105decad0c85034999 Mon Sep 17 00:00:00 2001 From: Julien Danjou Date: Mon, 23 Feb 2009 15:25:21 +0100 Subject: [PATCH] naughty: init preset Signed-off-by: Julien Danjou --- lib/naughty.lua.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/naughty.lua.in b/lib/naughty.lua.in index 378e7c675..ebd40b52e 100644 --- a/lib/naughty.lua.in +++ b/lib/naughty.lua.in @@ -391,7 +391,7 @@ end -- Notify if awful.hooks.dbus then awful.hooks.dbus.register("org.freedesktop.Notifications", function (data, appname, replaces_id, icon, title, text, actions, hints, expire) - args = {} + args = { preset = { } } if data.member == "Notify" then if text ~= "" then args.text = text