emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] trunk r115362: * notifications.el (notifications-close-not


From: Michael Albinus
Subject: [Emacs-diffs] trunk r115362: * notifications.el (notifications-close-notification): Call the
Date: Tue, 03 Dec 2013 08:25:09 +0000
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 115362
revision-id: address@hidden
parent: address@hidden
author: Tom Regner <address@hidden>
committer: Michael Albinus <address@hidden>
branch nick: trunk
timestamp: Tue 2013-12-03 09:24:39 +0100
message:
  * notifications.el (notifications-close-notification): Call the
  D-Bus method with `id' being an `:uint32'.  (Bug#16030)
modified:
  lisp/ChangeLog                 changelog-20091113204419-o5vbwnq5f7feedwu-1432
  lisp/notifications.el          
notifications.el-20100609071554-8po9jokbc1fzf63q-1
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2013-12-03 04:54:17 +0000
+++ b/lisp/ChangeLog    2013-12-03 08:24:39 +0000
@@ -1,3 +1,8 @@
+2013-12-03  Tom Regner <address@hidden>  (tiny change)
+
+       * notifications.el (notifications-close-notification): Call the
+       D-Bus method with `id' being an `:uint32'.  (Bug#16030)
+
 2013-12-03  Katsumi Yamaoka  <address@hidden>
 
        * net/eww.el (eww-render): Don't pass arg to eww-display-image.

=== modified file 'lisp/notifications.el'
--- a/lisp/notifications.el     2013-01-02 16:13:04 +0000
+++ b/lisp/notifications.el     2013-12-03 08:24:39 +0000
@@ -349,7 +349,7 @@
                     notifications-path
                     notifications-interface
                     notifications-close-notification-method
-                    :int32 id))
+                    :uint32 id))
 
 (defvar dbus-debug) ; used in the macroexpansion of dbus-ignore-errors
 


reply via email to

[Prev in Thread] Current Thread [Next in Thread]