diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 2002-07-11 05:17:14 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2002-07-11 05:17:14 +0800 |
commit | 93248701c8dec093723f78b809a857b0a4183e5c (patch) | |
tree | d269a46fdbb85e9d08cdc697fe93bf6d86155035 /shell/ChangeLog | |
parent | 96006806fbfcc6a32eaa2ce7301b239e0da6488b (diff) | |
download | gsoc2013-evolution-93248701c8dec093723f78b809a857b0a4183e5c.tar gsoc2013-evolution-93248701c8dec093723f78b809a857b0a4183e5c.tar.gz gsoc2013-evolution-93248701c8dec093723f78b809a857b0a4183e5c.tar.bz2 gsoc2013-evolution-93248701c8dec093723f78b809a857b0a4183e5c.tar.lz gsoc2013-evolution-93248701c8dec093723f78b809a857b0a4183e5c.tar.xz gsoc2013-evolution-93248701c8dec093723f78b809a857b0a4183e5c.tar.zst gsoc2013-evolution-93248701c8dec093723f78b809a857b0a4183e5c.zip |
(update_folder_title_bar): Get a @folder arg
instead of a @type arg. Use the custom icon if the folder has
one.
(update_for_current_uri): Updated accordingly.
svn path=/trunk/; revision=17410
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 6f3800622a..92229d986f 100644 --- a/shell/ChangeLog +++ b/shell/ChangeLog @@ -1,5 +1,12 @@ 2002-07-10 Ettore Perazzoli <ettore@ximian.com> + * e-shell-view.c (update_folder_title_bar): Get a @folder arg + instead of a @type arg. Use the custom icon if the folder has + one. + (update_for_current_uri): Updated accordingly. + +2002-07-10 Ettore Perazzoli <ettore@ximian.com> + * evolution-test-component.c (setup_custom_storage): Pass @sorting_priority to evolution_storage_new_folder() so we test it. Also make /FirstFolder have an "inbox" custom icon. |