GNOME Bugzilla – Bug 640976
Avoid passing 'source' as an argument to Notification::destroy()
Last modified: 2011-02-04 22:16:12 UTC
This was resulting in a backtrace about sending an undefined value over dbus.
Created attachment 179662 [details] [review] Avoid passing 'source' as an argument to Notification::destroy() Notification::destroy() now takes 'reason' as an optional argument. Calling Notification::destroy() directly when connecting to 'destroy' on Source, as we did before, was inadvertently passing 'source' as an argument to the function.
Review of attachment 179662 [details] [review]: Looks good to me