GNOME Bugzilla – Bug 721625
backwards NEWS entry about g_source_remove change
Last modified: 2014-01-06 19:03:48 UTC
NEWS says: - g_source_remove() will not throw a critical in the case that you try to remove a non-existent source. We expect that there is some code in the wild that will fall afoul of this new critical but considering that we now reuse source IDs, this code is already broken and should probably be fixed. This is exactly backwards: s/not/now/ in the first line would fix it. I think this would be worth fixing retrospectively.
Created attachment 265467 [details] [review] Fix one-character typo in old NEWS entry Change a very confusing typo "will not" -> "will now" about the g_critical() on removing non-existent sources.
Attachment 265467 [details] pushed as 210f96d - Fix one-character typo in old NEWS entry Hopefully this doesn't cause too much grief with ftpadmin when we upload the next tarball...