diff options
author | Tor Lillqvist <tml@novell.com> | 2005-12-17 23:52:21 +0800 |
---|---|---|
committer | Tor Lillqvist <tml@src.gnome.org> | 2005-12-17 23:52:21 +0800 |
commit | 656e89904ca9fb3fc6feba9c3f4d423b7df39e98 (patch) | |
tree | 6d03dee5118ed7b3b601e5a4331e889b3f2ac023 /e-util/ChangeLog | |
parent | 9abe43b9c3c4151d7f567ee3fc3d357c19ea76f9 (diff) | |
download | gsoc2013-evolution-656e89904ca9fb3fc6feba9c3f4d423b7df39e98.tar gsoc2013-evolution-656e89904ca9fb3fc6feba9c3f4d423b7df39e98.tar.gz gsoc2013-evolution-656e89904ca9fb3fc6feba9c3f4d423b7df39e98.tar.bz2 gsoc2013-evolution-656e89904ca9fb3fc6feba9c3f4d423b7df39e98.tar.lz gsoc2013-evolution-656e89904ca9fb3fc6feba9c3f4d423b7df39e98.tar.xz gsoc2013-evolution-656e89904ca9fb3fc6feba9c3f4d423b7df39e98.tar.zst gsoc2013-evolution-656e89904ca9fb3fc6feba9c3f4d423b7df39e98.zip |
Use GLib API where applicable for portability.
2005-12-17 Tor Lillqvist <tml@novell.com>
* e-mktemp.c: Use GLib API where applicable for portability.
svn path=/trunk/; revision=30823
Diffstat (limited to 'e-util/ChangeLog')
-rw-r--r-- | e-util/ChangeLog | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/e-util/ChangeLog b/e-util/ChangeLog index 875883847b..85ab8d4434 100644 --- a/e-util/ChangeLog +++ b/e-util/ChangeLog @@ -5,7 +5,8 @@ * e-error.c * e-fsutils.c - * e-icon-factory.c: Use GLib API where applicable for portability. + * e-icon-factory.c + * e-mktemp.c: Use GLib API where applicable for portability. * e-error.c * e-folder-map.c: Use e_xml_parse_file() instead of using libxml |