diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 2000-07-09 10:20:57 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2000-07-09 10:20:57 +0800 |
commit | 95d63098be0ef98971969262d3df4c9ed692aa79 (patch) | |
tree | a9bbad3c092e9f9ad0cfce960aac8bf7239dc6ad /shell/ChangeLog | |
parent | 70909df376a188a6ee1dac1fb34e1e260fa42c94 (diff) | |
download | gsoc2013-evolution-95d63098be0ef98971969262d3df4c9ed692aa79.tar gsoc2013-evolution-95d63098be0ef98971969262d3df4c9ed692aa79.tar.gz gsoc2013-evolution-95d63098be0ef98971969262d3df4c9ed692aa79.tar.bz2 gsoc2013-evolution-95d63098be0ef98971969262d3df4c9ed692aa79.tar.lz gsoc2013-evolution-95d63098be0ef98971969262d3df4c9ed692aa79.tar.xz gsoc2013-evolution-95d63098be0ef98971969262d3df4c9ed692aa79.tar.zst gsoc2013-evolution-95d63098be0ef98971969262d3df4c9ed692aa79.zip |
Don't display the annoying "Cannot display..." view in the shell when
an error occurs while opening a view. Instead, avoid moving the
selection to it.
Not the ideal solution, but a definite improvement.
svn path=/trunk/; revision=3995
Diffstat (limited to 'shell/ChangeLog')
-rw-r--r-- | shell/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/shell/ChangeLog b/shell/ChangeLog index 6f9d490190..ca0a178947 100644 --- a/shell/ChangeLog +++ b/shell/ChangeLog @@ -1,5 +1,11 @@ 2000-07-08 Ettore Perazzoli <ettore@helixcode.com> + * e-shell-view.c (e_shell_view_display_uri): Don't update the + current URI if there are problems creating a view for it. + (show_error): Remove. Not used anymore. + +2000-07-08 Ettore Perazzoli <ettore@helixcode.com> + * e-shell-view-menu.c: Cleanup some unused menu items and added "FIXMEs" for the ones we plan to add in the short term but are not implemented yet. |