diff options
author | Matthias Clasen <mclasen@redhat.com> | 2008-02-23 05:25:27 +0000 |
---|---|---|
committer | Matthias Clasen <matthiasc@src.gnome.org> | 2008-02-23 05:25:27 +0000 |
commit | a24587ad098dcdf76d1b4c4fb7d007fc2cc11dc5 (patch) | |
tree | 26d528ccc4fad81791c6a418033f7b8c0582d503 /ChangeLog | |
parent | 11d7305d5ab03ce2a17bcbc76400feb7319c62b5 (diff) |
Return NULL when the key is not found. (#513171, Дилян
2008-02-23 Matthias Clasen <mclasen@redhat.com>
* glib/gkeyfile.c (g_key_file_get_string_list): Return
NULL when the key is not found. (#513171, Дилян Палаузов)
svn path=/trunk/; revision=6563
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,3 +1,8 @@ +2008-02-23 Matthias Clasen <mclasen@redhat.com> + + * glib/gkeyfile.c (g_key_file_get_string_list): Return + NULL when the key is not found. (#513171, Дилян Палаузов) + 2008-02-23 Matthias Clasen <mclasen@redhat.com> * tests/testglib.c: Don't test user directories for being |