mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-10 03:16:17 +01:00
Fixed notify id in FDO notification backend
https://bugzilla.gnome.org/show_bug.cgi?id=775765
This commit is contained in:
parent
4b98a79997
commit
ab70359bbf
@ -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);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user