GNOME Bugzilla – Bug 711361
tests/connection-test: Ensure quit source id is reset to 0 between runs
Last modified: 2014-02-17 17:36:18 UTC
Otherwise we may attempt to remove a nonexistent quit loop from the previous one. The second hunk here is the real fix, the first is just being more defensive/consistent.
Created attachment 258884 [details] [review] tests/connection-test: Ensure quit source id is reset to 0 between runs
this was committed a while back