4a237d064c
- Various bugfixes to Lua code. - Fix a bug causing building with cmake 2.8.4 to fail (remove double slashes from icon path names).
13 lines
540 B
Plaintext
13 lines
540 B
Plaintext
$OpenBSD: patch-lib_naughty_lua_in,v 1.1 2011/03/13 18:07:23 dcoppa Exp $
|
|
--- lib/naughty.lua.in.orig Thu Mar 10 17:13:27 2011
|
|
+++ lib/naughty.lua.in Thu Mar 10 17:14:36 2011
|
|
@@ -462,7 +462,7 @@ end
|
|
-- Notify
|
|
if capi.dbus then
|
|
capi.dbus.add_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
|