diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 2001-03-23 05:30:06 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2001-03-23 05:30:06 +0800 |
commit | 120830dbe4bf7400b744e5a9e0558cca6d2623fa (patch) | |
tree | 4b8c452b24d8b31ec16085b1bc7d067e74d07668 /shell/ChangeLog | |
parent | f03258745ee3a0f97c1f06df2b92830d7f09110a (diff) | |
download | gsoc2013-evolution-120830dbe4bf7400b744e5a9e0558cca6d2623fa.tar.gz gsoc2013-evolution-120830dbe4bf7400b744e5a9e0558cca6d2623fa.tar.zst gsoc2013-evolution-120830dbe4bf7400b744e5a9e0558cca6d2623fa.zip |
Fix the signature of a callback for the `e_storage_set_async_create()'
call to match the changes in the API.
svn path=/trunk/; revision=8903
Diffstat (limited to 'shell/ChangeLog')
-rw-r--r-- | shell/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/shell/ChangeLog b/shell/ChangeLog index c99b59c08a..f9e7f0e005 100644 --- a/shell/ChangeLog +++ b/shell/ChangeLog @@ -1,5 +1,12 @@ 2001-03-22 Ettore Perazzoli <ettore@ximian.com> + * e-shell-folder-creation-dialog.c (async_create_cb): Changed + signature to match `EStorageSetResultCallback' instead of + `EStorageResultCallback', to match the changes in the async_create + API call. + +2001-03-22 Ettore Perazzoli <ettore@ximian.com> + * e-storage-set-view.c: Removed some unused static variables. (set_evolution_path_selection): Removed unused variable `evolution_path'. |