Fixed notify id in FDO notification backend

https://bugzilla.gnome.org/show_bug.cgi?id=775765
This commit is contained in:
donadigo 2016-12-07 19:32:33 +01:00 committed by Christian Hergert
parent 4b98a79997
commit ab70359bbf

View File

@ -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);
}