Skip to content

Fix crash in GcalSourceDialog on_source_added

Michael Catanzaro requested to merge mcatanzaro/#418-gnome-3-32 into gnome-3-32

This signal handler can run after the GcalSourceDialog has been destroyed. We need to use g_signal_connect_object() to fix it.

Also, since this property is writable post-construction, we should prepare for this to happen and disconnect in set_property() as well.

Probably fixes #418 (closed)

Merge request reports