diff options
author | Dan Winship <danw@src.gnome.org> | 2002-04-09 23:33:45 +0800 |
---|---|---|
committer | Dan Winship <danw@src.gnome.org> | 2002-04-09 23:33:45 +0800 |
commit | c10d63c7c2449982993a9579a9f0b951632b9401 (patch) | |
tree | 4fed92daeb039ae5d29261b3741c443ead7aee64 /shell/ChangeLog | |
parent | f61f9beaaf90d760168e811f69e0f7e6f0a0a844 (diff) | |
download | gsoc2013-evolution-c10d63c7c2449982993a9579a9f0b951632b9401.tar.gz gsoc2013-evolution-c10d63c7c2449982993a9579a9f0b951632b9401.tar.zst gsoc2013-evolution-c10d63c7c2449982993a9579a9f0b951632b9401.zip |
If the shell fails to display all of the requested URIs, fall back to
the default URI (Summary).
svn path=/trunk/; revision=16404
Diffstat (limited to 'shell/ChangeLog')
-rw-r--r-- | shell/ChangeLog | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/shell/ChangeLog b/shell/ChangeLog index 4a8a91be5e..a8323cd1e4 100644 --- a/shell/ChangeLog +++ b/shell/ChangeLog @@ -1,7 +1,8 @@ 2002-04-09 Dan Winship <danw@ximian.com> * main.c (idle_cb): Check for "default:" URIs and treat them the - same way as "evolution:" URIs. + same way as "evolution:" URIs. If the shell fails to display all + of the requested URIs, fall back to the default URI (Summary). * e-shell.c (impl_Shell_handleURI): Handle "default:" URIs by looking up the default folders in the config db. |