aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan Winship <danw@src.gnome.org>2002-04-09 23:11:24 +0800
committerDan Winship <danw@src.gnome.org>2002-04-09 23:11:24 +0800
commitf61f9beaaf90d760168e811f69e0f7e6f0a0a844 (patch)
tree26f718a3f297c085262a72002c83acc91a8ba0e7
parentaa3031b8dc728de647eeb95b3bbfa68c5487a4e9 (diff)
downloadgsoc2013-evolution-f61f9beaaf90d760168e811f69e0f7e6f0a0a844.tar
gsoc2013-evolution-f61f9beaaf90d760168e811f69e0f7e6f0a0a844.tar.gz
gsoc2013-evolution-f61f9beaaf90d760168e811f69e0f7e6f0a0a844.tar.bz2
gsoc2013-evolution-f61f9beaaf90d760168e811f69e0f7e6f0a0a844.tar.lz
gsoc2013-evolution-f61f9beaaf90d760168e811f69e0f7e6f0a0a844.tar.xz
gsoc2013-evolution-f61f9beaaf90d760168e811f69e0f7e6f0a0a844.tar.zst
gsoc2013-evolution-f61f9beaaf90d760168e811f69e0f7e6f0a0a844.zip
Oops. Add ChangeLog entries for some changes that accidentally escaped
into my last commit. * main.c (idle_cb): Check for "default:" URIs and treat them the same way as "evolution:" URIs. * e-shell.c (impl_Shell_handleURI): Handle "default:" URIs by looking up the default folders in the config db. svn path=/trunk/; revision=16403
-rw-r--r--shell/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/shell/ChangeLog b/shell/ChangeLog
index 7548df9586..4a8a91be5e 100644
--- a/shell/ChangeLog
+++ b/shell/ChangeLog
@@ -1,5 +1,13 @@
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.
+
+ * e-shell.c (impl_Shell_handleURI): Handle "default:" URIs by
+ looking up the default folders in the config db.
+
+2002-04-09 Dan Winship <danw@ximian.com>
+
* Evolution-ShellComponent.idl (createView): Add a "view_info"
argument.