diff options
author | Tor Lillqvist <tml@novell.com> | 2005-08-15 14:53:00 +0000 |
---|---|---|
committer | Tor Lillqvist <tml@src.gnome.org> | 2005-08-15 14:53:00 +0000 |
commit | c92959a4485fa1d09404fcc21a17672c565a69e1 (patch) | |
tree | 70740e844c523804eb087d4196397dbcdabcef35 /ChangeLog.pre-2-8 | |
parent | e6a81811f97829b605b0a86a488e2d25006b2e95 (diff) | |
download | gdk-pixbuf-c92959a4485fa1d09404fcc21a17672c565a69e1.tar.gz |
Use g_path_get_dirname() instead of the nonportable <libgen.h> and
2005-08-15 Tor Lillqvist <tml@novell.com>
* gtk/updateiconcache.c: Use g_path_get_dirname() instead of
the nonportable <libgen.h> and dirname().
Diffstat (limited to 'ChangeLog.pre-2-8')
-rw-r--r-- | ChangeLog.pre-2-8 | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-8 b/ChangeLog.pre-2-8 index 2cf76c7be..1e6d558b9 100644 --- a/ChangeLog.pre-2-8 +++ b/ChangeLog.pre-2-8 @@ -1,3 +1,8 @@ +2005-08-15 Tor Lillqvist <tml@novell.com> + + * gtk/updateiconcache.c: Use g_path_get_dirname() instead of + the nonportable <libgen.h> and dirname(). + 2005-08-15 Matthias Clasen <mclasen@redhat.com> * gtk/gtksizegroup.c: Use object data to mark widgets and |