diff options
author | Havoc Pennington <hp@redhat.com> | 2002-02-13 22:37:26 +0000 |
---|---|---|
committer | Havoc Pennington <hp@src.gnome.org> | 2002-02-13 22:37:26 +0000 |
commit | ad24759fc104d4c3b155c70394179708dd85d8a1 (patch) | |
tree | 7fbbb5702fee295ede20769b102462c7829fe2b1 /ChangeLog.pre-2-12 | |
parent | 241b6981e376da1ff5f9c4e70a9f751b72f7145f (diff) |
never dispatch sources of mixed priority, because while iterating over the
2002-02-13 Havoc Pennington <hp@redhat.com>
* glib/gmain.c (g_main_context_check): never dispatch sources of
mixed priority, because while iterating over the dispatch array a
new source with more priority may be added, while a source with
less priority remains in the dispatch array
Diffstat (limited to 'ChangeLog.pre-2-12')
-rw-r--r-- | ChangeLog.pre-2-12 | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-12 b/ChangeLog.pre-2-12 index e14bd41a7..34deec9ef 100644 --- a/ChangeLog.pre-2-12 +++ b/ChangeLog.pre-2-12 @@ -1,3 +1,10 @@ +2002-02-13 Havoc Pennington <hp@redhat.com> + + * glib/gmain.c (g_main_context_check): never dispatch sources of + mixed priority, because while iterating over the dispatch array a + new source with more priority may be added, while a source with + less priority remains in the dispatch array + 2002-02-11 Darin Adler <darin@bentspoon.com> * glib/gmessages.h: Use "if (expr) { } else" as I meant to in the |