]> code.delx.au - gnu-emacs/commitdiff
* notifications.el (notifications-close-notification): Call the
authorTom Regner <tom@goochesa.de>
Tue, 3 Dec 2013 08:24:39 +0000 (09:24 +0100)
committerMichael Albinus <michael.albinus@gmx.de>
Tue, 3 Dec 2013 08:24:39 +0000 (09:24 +0100)
D-Bus method with `id' being an `:uint32'.  (Bug#16030)

lisp/ChangeLog
lisp/notifications.el

index 610ac93b0355bfeb6909b4ac6a60bb93996ff377..0c5db95587dcc322162111c68595453cf9726653 100644 (file)
@@ -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.
index 5c8c8f1dc68d576d8a198e7775770db7ffede51f..33ae1dee5c163377d181cf0c52990763fb4e0b8b 100644 (file)
@@ -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