diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 2001-08-08 07:16:30 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2001-08-08 07:16:30 +0800 |
commit | a3075377cc82352d45107303b3cde5a22b0cfb44 (patch) | |
tree | b92d02f3909262bbfb3a114df75b4f135ef0dd87 /shell/ChangeLog | |
parent | 8099103dbdf39c21ba0de4c247971cd543494c80 (diff) | |
download | gsoc2013-evolution-a3075377cc82352d45107303b3cde5a22b0cfb44.tar gsoc2013-evolution-a3075377cc82352d45107303b3cde5a22b0cfb44.tar.gz gsoc2013-evolution-a3075377cc82352d45107303b3cde5a22b0cfb44.tar.bz2 gsoc2013-evolution-a3075377cc82352d45107303b3cde5a22b0cfb44.tar.lz gsoc2013-evolution-a3075377cc82352d45107303b3cde5a22b0cfb44.tar.xz gsoc2013-evolution-a3075377cc82352d45107303b3cde5a22b0cfb44.tar.zst gsoc2013-evolution-a3075377cc82352d45107303b3cde5a22b0cfb44.zip |
If the shortcut points to some folder in the storage set, get the type
* e-shortcuts.c (load_shortcuts): If the shortcut points to some
folder in the storage set, get the type from it.
* e-storage-set.c (signal_new_folder_for_all_folders_under_paths):
New helper function.
(signal_new_folder_for_all_folders_in_storage): New helper
function.
(e_storage_set_add_storage): Call the latter to emit a
"new_folder" signal for all the folders contained in the newly
added storage.
svn path=/trunk/; revision=11750
Diffstat (limited to 'shell/ChangeLog')
-rw-r--r-- | shell/ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/shell/ChangeLog b/shell/ChangeLog index 49221e7fa3..bbbc7877ec 100644 --- a/shell/ChangeLog +++ b/shell/ChangeLog @@ -1,5 +1,18 @@ 2001-08-07 Ettore Perazzoli <ettore@ximian.com> + * e-shortcuts.c (load_shortcuts): If the shortcut points to some + folder in the storage set, get the type from it. + + * e-storage-set.c (signal_new_folder_for_all_folders_under_paths): + New helper function. + (signal_new_folder_for_all_folders_in_storage): New helper + function. + (e_storage_set_add_storage): Call the latter to emit a + "new_folder" signal for all the folders contained in the newly + added storage. + +2001-08-07 Ettore Perazzoli <ettore@ximian.com> + [This should fix #5407, application crash on re-opening.] * e-shell.c (e_shell_construct): Call |