The source project of this merge request has been removed.
dialog_timed_out()
returns FALSE
to remove its GSource but does not zero the related timeout_id
variable which can result in later removal of a different event source that happen to reuse this id.