diff options
author | Milan Crha <mcrha@redhat.com> | 2008-04-23 17:19:23 +0800 |
---|---|---|
committer | Milan Crha <mcrha@src.gnome.org> | 2008-04-23 17:19:23 +0800 |
commit | 9364fe50368e2c48b1987edd43c92c1ecd1cd8cd (patch) | |
tree | 571bfca73375b28c93caee273708e721de3e6c0d /e-util/ChangeLog | |
parent | 0696568dc90ebe0c1eab8e9b58a8f32707d1663c (diff) | |
download | gsoc2013-evolution-9364fe50368e2c48b1987edd43c92c1ecd1cd8cd.tar.gz gsoc2013-evolution-9364fe50368e2c48b1987edd43c92c1ecd1cd8cd.tar.zst gsoc2013-evolution-9364fe50368e2c48b1987edd43c92c1ecd1cd8cd.zip |
** Fix for bug #529254
2008-04-23 Milan Crha <mcrha@redhat.com>
** Fix for bug #529254
* e-util/e-util.c: (e_write_file_uri): Save file properly.
Handle either URI or filename. Return success or failure, not gint.
* addressbook/gui/widgets/eab-gui-util.c: (save_it):
Prototype and return value of e_write_file_uri has been changed.
svn path=/trunk/; revision=35409
Diffstat (limited to 'e-util/ChangeLog')
-rw-r--r-- | e-util/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/e-util/ChangeLog b/e-util/ChangeLog index 023c708dcc..af0027fd51 100644 --- a/e-util/ChangeLog +++ b/e-util/ChangeLog @@ -1,3 +1,10 @@ +2008-04-23 Milan Crha <mcrha@redhat.com> + + ** Fix for bug #529254 + + * e-util.c: (e_write_file_uri): Save file properly. + Handle either URI or filename. Return success or failure, not gint. + 2008-04-22 Matthew Barnes <mbarnes@redhat.com> * Makefile.am: |