[notification-daemon] Advertise the "sound" capability



commit 5b351268fd58c91920ccfd9b4b4341d2326847e7
Author: Bastien Nocera <hadess hadess net>
Date:   Thu Jun 24 02:47:05 2010 +0100

    Advertise the "sound" capability
    
    As per specification.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=608077

 src/daemon/daemon.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/src/daemon/daemon.c b/src/daemon/daemon.c
index d347ead..8fff1e3 100644
--- a/src/daemon/daemon.c
+++ b/src/daemon/daemon.c
@@ -1629,6 +1629,7 @@ notify_daemon_get_capabilities (NotifyDaemon *daemon,
         g_ptr_array_add (a, g_strdup ("body-hyperlinks"));
         g_ptr_array_add (a, g_strdup ("body-markup"));
         g_ptr_array_add (a, g_strdup ("icon-static"));
+        g_ptr_array_add (a, g_strdup ("sound"));
         g_ptr_array_add (a, NULL);
         _caps = (char **) g_ptr_array_free (a, FALSE);
 



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