[glib/glib-2-50] Fixed notify id in FDO notification backend
- From: Christian Hergert <chergert src gnome org>
- To: commits-list gnome org
- Cc: 
- Subject: [glib/glib-2-50] Fixed notify id in FDO notification backend
- Date: Wed,  7 Dec 2016 20:45:17 +0000 (UTC)
commit accfe3826a15af9ba5249dca018a78968bee53ff
Author: donadigo <donadigos159 gmail com>
Date:   Wed Dec 7 19:32:33 2016 +0100
    Fixed notify id in FDO notification backend
    
    https://bugzilla.gnome.org/show_bug.cgi?id=775765
 gio/gfdonotificationbackend.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gio/gfdonotificationbackend.c b/gio/gfdonotificationbackend.c
index 7b98027..9a39d75 100644
--- a/gio/gfdonotificationbackend.c
+++ b/gio/gfdonotificationbackend.c
@@ -424,7 +424,7 @@ g_fdo_notification_backend_withdraw_notification (GNotificationBackend *backend,
                                   "org.freedesktop.Notifications",
                                   "/org/freedesktop/Notifications",
                                   "org.freedesktop.Notifications", "CloseNotification",
-                                  g_variant_new ("(u)", n->id), NULL,
+                                  g_variant_new ("(u)", n->notify_id), NULL,
                                   G_DBUS_CALL_FLAGS_NONE, -1, NULL, NULL, NULL);
         }
 
[
Date Prev][
Date Next]   [
Thread Prev][
Thread Next]   
[
Thread Index]
[
Date Index]
[
Author Index]