diff options
author | Matthias Clasen <mclasen@redhat.com> | 2005-01-03 19:57:20 +0000 |
---|---|---|
committer | Matthias Clasen <matthiasc@src.gnome.org> | 2005-01-03 19:57:20 +0000 |
commit | f0630a910675bfbbb432e222b9de6c7a84a3458f (patch) | |
tree | 1d8ca77d34e59571074db020f7ff735d4e1c5527 /ChangeLog.pre-2-6 | |
parent | 30425906b51cb6438eea321879e53afcb722af3b (diff) |
Don't return directories. (#160738, Tommi Komulainen)
2005-01-03 Matthias Clasen <mclasen@redhat.com>
* glib/gutils.c (g_find_program_in_path): Don't return
directories. (#160738, Tommi Komulainen)
Diffstat (limited to 'ChangeLog.pre-2-6')
-rw-r--r-- | ChangeLog.pre-2-6 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-6 b/ChangeLog.pre-2-6 index 716f92ae1..697439ffc 100644 --- a/ChangeLog.pre-2-6 +++ b/ChangeLog.pre-2-6 @@ -1,5 +1,8 @@ 2005-01-03 Matthias Clasen <mclasen@redhat.com> + * glib/gutils.c (g_find_program_in_path): Don't return + directories. (#160738, Tommi Komulainen) + * glib/gfileutils.c (g_file_get_contents): Clarify the documentation. (#162251, Mariano Suárez-Alvarez) |