diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 2000-05-14 09:53:42 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2000-05-14 09:53:42 +0800 |
commit | eab1fd11357334c4ec3454ce9efacb220deabc12 (patch) | |
tree | 31d0d5f20b3c19e90081e3058e35c39bc7f4f021 /shell/ChangeLog | |
parent | fe60e68db6cc9066d934f884ec6c4386c7f6570a (diff) | |
download | gsoc2013-evolution-eab1fd11357334c4ec3454ce9efacb220deabc12.tar gsoc2013-evolution-eab1fd11357334c4ec3454ce9efacb220deabc12.tar.gz gsoc2013-evolution-eab1fd11357334c4ec3454ce9efacb220deabc12.tar.bz2 gsoc2013-evolution-eab1fd11357334c4ec3454ce9efacb220deabc12.tar.lz gsoc2013-evolution-eab1fd11357334c4ec3454ce9efacb220deabc12.tar.xz gsoc2013-evolution-eab1fd11357334c4ec3454ce9efacb220deabc12.tar.zst gsoc2013-evolution-eab1fd11357334c4ec3454ce9efacb220deabc12.zip |
Sort folders in the storage view.
svn path=/trunk/; revision=3023
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 21c34978b1..4f0924778d 100644 --- a/shell/ChangeLog +++ b/shell/ChangeLog @@ -1,5 +1,12 @@ 2000-05-14 Ettore Perazzoli <ettore@helixcode.com> + * e-storage-set-view.c + (folder_compare_cb): Callback comparison function for comparing + folders based on their names. + (insert_folders): Use it to sort the folder list before using it. + +2000-05-14 Ettore Perazzoli <ettore@helixcode.com> + * e-shell.c (setup_storages): Pass the pointer to the folder type repository. (e_shell_construct): Initialize the folder type repository before |