From 3b0a20ca3b7a1912880838d41f807fcae0e82942 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Apar=C3=ADcio?= Date: Thu, 3 Feb 2011 15:21:19 +0000 Subject: [PATCH] Fix default naughty preset for dbus notifications Signed-off-by: Uli Schlachter --- 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 1f5500e39..372f95e42 100644 --- a/lib/naughty.lua.in +++ b/lib/naughty.lua.in @@ -499,7 +499,7 @@ end -- Notify if capi.dbus then capi.dbus.connect_signal("org.freedesktop.Notifications", function (data, appname, replaces_id, icon, title, text, actions, hints, expire) - args = { preset = { } } + args = { preset = config.default_preset } if data.member == "Notify" then if text ~= "" then args.text = text