b57832716a
Since commit 5fb8d4f730, a NotificationMessage's notification property is reset to null when the notification is destroyed. However at that point we still have connected signal handlers around that we'll try to disconnect later. Avoid the warnings by disconnecting and resetting the handler IDs at the same time as the notification. https://gitlab.gnome.org/GNOME/gnome-shell/merge_requests/308