mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-23 20:46:14 +01:00
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. https://bugzilla.gnome.org/show_bug.cgi?id=721625
This commit is contained in:
parent
eb7ef594de
commit
210f96dfcf
2
NEWS
2
NEWS
@ -330,7 +330,7 @@ Overview of changes from GLib 2.38.0 to GLib 2.39.0
|
||||
|
||||
- fix handling of overflowing the 'next source id' counter
|
||||
|
||||
- g_source_remove() will not throw a critical in the case that you
|
||||
- g_source_remove() will now 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
|
||||
|
Loading…
Reference in New Issue
Block a user