* notifications.el (notifications-close-notification): Call the
D-Bus method with `id' being an `:uint32'. (Bug#16030)
This commit is contained in:
parent
7303a0aefc
commit
d6f2380eee
2 changed files with 6 additions and 1 deletions
|
|
@ -1,3 +1,8 @@
|
|||
2013-12-03 Tom Regner <tom@goochesa.de> (tiny change)
|
||||
|
||||
* notifications.el (notifications-close-notification): Call the
|
||||
D-Bus method with `id' being an `:uint32'. (Bug#16030)
|
||||
|
||||
2013-12-03 Katsumi Yamaoka <yamaoka@jpl.org>
|
||||
|
||||
* net/eww.el (eww-render): Don't pass arg to eww-display-image.
|
||||
|
|
|
|||
|
|
@ -349,7 +349,7 @@ BUS can be a string denoting a D-Bus connection, the default is `:session'."
|
|||
notifications-path
|
||||
notifications-interface
|
||||
notifications-close-notification-method
|
||||
:int32 id))
|
||||
:uint32 id))
|
||||
|
||||
(defvar dbus-debug) ; used in the macroexpansion of dbus-ignore-errors
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue