mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-19 23:28:54 +02:00
Fixed notify id in FDO notification backend
https://bugzilla.gnome.org/show_bug.cgi?id=775765
This commit is contained in:
committed by
Christian Hergert
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",
|
"/org/freedesktop/Notifications",
|
||||||
"org.freedesktop.Notifications", "CloseNotification",
|
"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);
|
G_DBUS_CALL_FLAGS_NONE, -1, NULL, NULL, NULL);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user