diff options
author | Matthias Clasen <mclasen@redhat.com> | 2004-12-19 05:20:12 +0000 |
---|---|---|
committer | Matthias Clasen <matthiasc@src.gnome.org> | 2004-12-19 05:20:12 +0000 |
commit | e176f212a78317855288e770bdfcd207f11ee46f (patch) | |
tree | 2d73062ae3ecfe118712fdf41aff469bd9a68e4c /ChangeLog.pre-2-6 | |
parent | 251ae98a8b6ec217dbd425decc5319d29036436c (diff) |
Call post-parse hooks also if argv is NULL. (#161668, Marcin Krzyzanowski)
2004-12-19 Matthias Clasen <mclasen@redhat.com>
* glib/goption.c (g_option_context_parse): Call
post-parse hooks also if argv is NULL. (#161668,
Marcin Krzyzanowski)
Diffstat (limited to 'ChangeLog.pre-2-6')
-rw-r--r-- | ChangeLog.pre-2-6 | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-6 b/ChangeLog.pre-2-6 index 41a9f781b..f070027c0 100644 --- a/ChangeLog.pre-2-6 +++ b/ChangeLog.pre-2-6 @@ -1,3 +1,9 @@ +2004-12-19 Matthias Clasen <mclasen@redhat.com> + + * glib/goption.c (g_option_context_parse): Call + post-parse hooks also if argv is NULL. (#161668, + Marcin Krzyzanowski) + 2004-12-16 Matthias Clasen <mclasen@redhat.com> * configure.in: Bump version |