diff options
author | Chris Toshok <toshok@ximian.com> | 2003-01-26 12:34:29 +0800 |
---|---|---|
committer | Chris Toshok <toshok@src.gnome.org> | 2003-01-26 12:34:29 +0800 |
commit | d890e1c9c9b2302e9c367dab27bb64c553208983 (patch) | |
tree | f64124dc94fb5aeaa44c0fab67275608463fedc2 /e-util/ChangeLog | |
parent | 8127537c39e76fa7f0a1d7c0c55a89d7551b0b82 (diff) | |
download | gsoc2013-evolution-d890e1c9c9b2302e9c367dab27bb64c553208983.tar.gz gsoc2013-evolution-d890e1c9c9b2302e9c367dab27bb64c553208983.tar.zst gsoc2013-evolution-d890e1c9c9b2302e9c367dab27bb64c553208983.zip |
g_file_exists -> g_file_test. (e_pilot_map_write): don't use doc->root.
2003-01-25 Chris Toshok <toshok@ximian.com>
* e-pilot-map.c (e_pilot_map_read): g_file_exists -> g_file_test.
(e_pilot_map_write): don't use doc->root.
svn path=/trunk/; revision=19631
Diffstat (limited to 'e-util/ChangeLog')
-rw-r--r-- | e-util/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/e-util/ChangeLog b/e-util/ChangeLog index 8aa4d7740e..f0eaf86194 100644 --- a/e-util/ChangeLog +++ b/e-util/ChangeLog @@ -1,5 +1,10 @@ 2003-01-25 Chris Toshok <toshok@ximian.com> + * e-pilot-map.c (e_pilot_map_read): g_file_exists -> g_file_test. + (e_pilot_map_write): don't use doc->root. + +2003-01-25 Chris Toshok <toshok@ximian.com> + * e-pilot-settings.[ch]: GObjectify this. 2003-01-24 Hans Petter Jansson <hpj@ximian.com> |