diff options
author | Tor Lillqvist <tml@novell.com> | 2008-05-29 18:22:38 +0000 |
---|---|---|
committer | Tor Lillqvist <tml@src.gnome.org> | 2008-05-29 18:22:38 +0000 |
commit | 776c50947e11f3c4b41cef5e2c13744490a8cfc0 (patch) | |
tree | 49320558976618154d1adac7d76db0daa5ca4b47 /ChangeLog | |
parent | 0fb31a06bb4f36c89b92940c9795d0253d71fe98 (diff) | |
download | gtk+-776c50947e11f3c4b41cef5e2c13744490a8cfc0.tar.gz |
Bug 535526 - updateiconcache.c: using open/close without prototype
2008-05-29 Tor Lillqvist <tml@novell.com>
Bug 535526 - updateiconcache.c: using open/close without prototype
* gtk/updateiconcache.c: Include <io.h> if _MSC_VER. Also, use
g_utime() instead of utime() for UTF-8 pathname support on Windows
when available.
svn path=/trunk/; revision=20238
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,3 +1,11 @@ +2008-05-29 Tor Lillqvist <tml@novell.com> + + Bug 535526 - updateiconcache.c: using open/close without prototype + + * gtk/updateiconcache.c: Include <io.h> if _MSC_VER. Also, use + g_utime() instead of utime() for UTF-8 pathname support on Windows + when available. + 2008-05-29 Jan Arne Petersen <jpetersen@jpetersen.org> Bug 56355 – GtkLabel - Not all changes propagate correctly |