diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 2001-10-24 06:00:39 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2001-10-24 06:00:39 +0800 |
commit | 856e3689fbc785f1a7a9c0b5c3484052359a5eff (patch) | |
tree | 68c45510b302a46e974ce87dae4ee711f7d24a71 /shell/ChangeLog | |
parent | 46dd4414b9aae78bd569810238fa5106307a83eb (diff) | |
download | gsoc2013-evolution-856e3689fbc785f1a7a9c0b5c3484052359a5eff.tar.gz gsoc2013-evolution-856e3689fbc785f1a7a9c0b5c3484052359a5eff.tar.zst gsoc2013-evolution-856e3689fbc785f1a7a9c0b5c3484052359a5eff.zip |
Explicitly deactivate the control frame, and display the default URI
* e-shell-view.c (storage_set_removed_folder_callback): Explicitly
deactivate the control frame, and display the default URI before
destroying the dead one.
* e-shell.c (e_shell_component_maybe_crashed): If the URI is of a
folder that doesn't exist anymore, don't assume that the
corresponding component has crashed. Also, try pinging the
component first; if the component responds, don't pop up the
dialog.
svn path=/trunk/; revision=13960
Diffstat (limited to 'shell/ChangeLog')
-rw-r--r-- | shell/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/shell/ChangeLog b/shell/ChangeLog index 2e65cd6b7c..60e68f2961 100644 --- a/shell/ChangeLog +++ b/shell/ChangeLog @@ -1,3 +1,15 @@ +2001-10-23 Ettore Perazzoli <ettore@ximian.com> + + * e-shell-view.c (storage_set_removed_folder_callback): Explicitly + deactivate the control frame, and display the default URI before + destroying the dead one. + + * e-shell.c (e_shell_component_maybe_crashed): If the URI is of a + folder that doesn't exist anymore, don't assume that the + corresponding component has crashed. Also, try pinging the + component first; if the component responds, don't pop up the + dialog. + 2001-10-22 Ettore Perazzoli <ettore@ximian.com> * e-shell-view-menu.c (command_open_folder_in_new_window): No need |