diff options
author | Dan Winship <danw@src.gnome.org> | 2003-04-16 01:09:32 +0800 |
---|---|---|
committer | Dan Winship <danw@src.gnome.org> | 2003-04-16 01:09:32 +0800 |
commit | 11213eb9c80b081404c6e5ce13b4e0f81f34c695 (patch) | |
tree | d2650103173bf8ad466d838153de576de797d257 /shell/ChangeLog | |
parent | 7e8c68f20cf664624e8c28c9a434e0c29457b278 (diff) | |
download | gsoc2013-evolution-11213eb9c80b081404c6e5ce13b4e0f81f34c695.tar.gz gsoc2013-evolution-11213eb9c80b081404c6e5ce13b4e0f81f34c695.tar.zst gsoc2013-evolution-11213eb9c80b081404c6e5ce13b4e0f81f34c695.zip |
new boolean flag.
* e-folder.c (e_folder_get_has_subfolders,
e_folder_set_has_subfolders): new boolean flag.
* e-storage.c (EStoragePrivate, impl_finalize, init): Remove the
pseudofolders hash
(e_storage_async_open_folder): Replace the pseudofolders test with
a test of whether the folder has the "has_subfolders" flag set.
(e_storage_new_folder): Likewise (for the folder's parent).
(e_storage_declare_has_subfolders): Set "has_subfolders" on the
folder.
(e_storage_get_has_subfolders): Check "has_subfolders" on the
folder.
Should fix #33919.
svn path=/trunk/; revision=20845
Diffstat (limited to 'shell/ChangeLog')
-rw-r--r-- | shell/ChangeLog | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/shell/ChangeLog b/shell/ChangeLog index 52d7c1724c..556428e0f6 100644 --- a/shell/ChangeLog +++ b/shell/ChangeLog @@ -1,3 +1,19 @@ +2003-04-15 Dan Winship <danw@ximian.com> + + * e-folder.c (e_folder_get_has_subfolders, + e_folder_set_has_subfolders): new boolean flag. + + * e-storage.c (EStoragePrivate, impl_finalize, init): Remove the + pseudofolders hash + (e_storage_async_open_folder): Replace the pseudofolders test with + a test of whether the folder has the "has_subfolders" flag set. + (e_storage_new_folder): Likewise (for the folder's parent). + (e_storage_declare_has_subfolders): Set "has_subfolders" on the + folder. + (e_storage_get_has_subfolders): Check "has_subfolders" on the + folder. + Should fix #33919. + 2003-04-14 Not Zed <NotZed@Ximian.com> * glade/e-active-connection-dialog.glade: fix the title of the |