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/e-util.h | |
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/e-util.h')
-rw-r--r-- | e-util/e-util.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/e-util/e-util.h b/e-util/e-util.h index 0f76e9e29e..5bdb218296 100644 --- a/e-util/e-util.h +++ b/e-util/e-util.h @@ -55,7 +55,7 @@ gint e_collate_compare (gconstpointer x, gconstpointer y); gint e_int_compare (gconstpointer x, gconstpointer y); -gint e_write_file_uri (const gchar *filename, +gboolean e_write_file_uri (const gchar *filename, const gchar *data); /* This only makes a filename safe for usage as a filename. |