aboutsummaryrefslogtreecommitdiffstats
path: root/shell/ChangeLog
diff options
context:
space:
mode:
authorEttore Perazzoli <ettore@src.gnome.org>2001-10-03 02:21:01 +0800
committerEttore Perazzoli <ettore@src.gnome.org>2001-10-03 02:21:01 +0800
commitdf580510c9788caa00731e6bbd227388b91f4695 (patch)
tree95e44dee9a9331775cbde973da31d78da4403615 /shell/ChangeLog
parent3695ce0e609d1e548402934b53c3a8b504aa19cf (diff)
downloadgsoc2013-evolution-df580510c9788caa00731e6bbd227388b91f4695.tar
gsoc2013-evolution-df580510c9788caa00731e6bbd227388b91f4695.tar.gz
gsoc2013-evolution-df580510c9788caa00731e6bbd227388b91f4695.tar.bz2
gsoc2013-evolution-df580510c9788caa00731e6bbd227388b91f4695.tar.lz
gsoc2013-evolution-df580510c9788caa00731e6bbd227388b91f4695.tar.xz
gsoc2013-evolution-df580510c9788caa00731e6bbd227388b91f4695.tar.zst
gsoc2013-evolution-df580510c9788caa00731e6bbd227388b91f4695.zip
New, callback for the ::removed_folder signal on the shell's EStorageSet.
* e-shell-view.c (storage_set_removed_folder_callback): New, callback for the ::removed_folder signal on the shell's EStorageSet. (e_shell_view_construct): Connect. (e_shell_view_remove_control_for_uri): Removed. * e-shell-folder-commands.c (folder_selection_dialog_folder_selected_callback): Don't call `e_shell_view_remove_control_for_uri()'. (e_shell_command_delete_folder): Not here either. And don't display the default URI either. svn path=/trunk/; revision=13305
Diffstat (limited to 'shell/ChangeLog')
-rw-r--r--shell/ChangeLog14
1 files changed, 14 insertions, 0 deletions
diff --git a/shell/ChangeLog b/shell/ChangeLog
index 0a4dc9876b..2a09776847 100644
--- a/shell/ChangeLog
+++ b/shell/ChangeLog
@@ -1,3 +1,17 @@
+2001-10-02 Ettore Perazzoli <ettore@ximian.com>
+
+ * e-shell-view.c (storage_set_removed_folder_callback): New,
+ callback for the ::removed_folder signal on the shell's
+ EStorageSet.
+ (e_shell_view_construct): Connect.
+ (e_shell_view_remove_control_for_uri): Removed.
+
+ * e-shell-folder-commands.c
+ (folder_selection_dialog_folder_selected_callback): Don't call
+ `e_shell_view_remove_control_for_uri()'.
+ (e_shell_command_delete_folder): Not here either. And don't
+ display the default URI either.
+
2001-09-28 Ettore Perazzoli <ettore@ximian.com>
[Fix #8053, `GNOME_Evolution_Shortcuts' doesn't seem to work.]