diff options
author | Matthias Clasen <mclasen@redhat.com> | 2006-03-15 13:03:48 +0000 |
---|---|---|
committer | Matthias Clasen <matthiasc@src.gnome.org> | 2006-03-15 13:03:48 +0000 |
commit | 79a5c739a45bff3ad53f9d1d88fa9bba1f7e581c (patch) | |
tree | b23df03c84c794ac750fce5ad3dae22cb85aada1 /ChangeLog.pre-2-10 | |
parent | 9e5824666934f99d6f43acc9020970bd8279c679 (diff) |
Only set the prgname if it hasn't been set before. (#334611, Chong Kai
2006-03-15 Matthias Clasen <mclasen@redhat.com>
* glib/goption.c (g_option_context_parse): Only set the prgname
if it hasn't been set before. (#334611, Chong Kai Xiong)
Diffstat (limited to 'ChangeLog.pre-2-10')
-rw-r--r-- | ChangeLog.pre-2-10 | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10 index 48a7e3d48..ec42ab7bf 100644 --- a/ChangeLog.pre-2-10 +++ b/ChangeLog.pre-2-10 @@ -1,3 +1,8 @@ +2006-03-15 Matthias Clasen <mclasen@redhat.com> + + * glib/goption.c (g_option_context_parse): Only set the prgname + if it hasn't been set before. (#334611, Chong Kai Xiong) + 2006-03-14 Matthias Clasen <mclasen@redhat.com> * glib/gutils.c (g_parse_debug_string): Don't read past the |