aboutsummaryrefslogtreecommitdiffstats
path: root/shell/ChangeLog
diff options
context:
space:
mode:
authorEttore Perazzoli <ettore@src.gnome.org>2000-08-28 23:19:25 +0800
committerEttore Perazzoli <ettore@src.gnome.org>2000-08-28 23:19:25 +0800
commite3913975e84bff02feedb4252d4ecb2cddce211f (patch)
tree059a459a2e6a3b5af3545440b31bf378fe4515d0 /shell/ChangeLog
parent585d269229c7943304c22bcebd630dfc60f25a50 (diff)
downloadgsoc2013-evolution-e3913975e84bff02feedb4252d4ecb2cddce211f.tar
gsoc2013-evolution-e3913975e84bff02feedb4252d4ecb2cddce211f.tar.gz
gsoc2013-evolution-e3913975e84bff02feedb4252d4ecb2cddce211f.tar.bz2
gsoc2013-evolution-e3913975e84bff02feedb4252d4ecb2cddce211f.tar.lz
gsoc2013-evolution-e3913975e84bff02feedb4252d4ecb2cddce211f.tar.xz
gsoc2013-evolution-e3913975e84bff02feedb4252d4ecb2cddce211f.tar.zst
gsoc2013-evolution-e3913975e84bff02feedb4252d4ecb2cddce211f.zip
Make the shell start up components through a OAF query for
`Evolution::ShellComponent' instead of hardcoding the OAFIIDs. Make a module-private variable static. svn path=/trunk/; revision=5080
Diffstat (limited to 'shell/ChangeLog')
-rw-r--r--shell/ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/shell/ChangeLog b/shell/ChangeLog
index 2d6f1f3145..7e1d538d40 100644
--- a/shell/ChangeLog
+++ b/shell/ChangeLog
@@ -1,3 +1,15 @@
+2000-08-28 Ettore Perazzoli <ettore@helixcode.com>
+
+ * e-shell.c (setup_components): Removed the hardcoding of the
+ shell component IDs. Rather, do an OAF query looking for the
+ `Evolution::ShellComponent' interface and activate all the
+ components in the result.
+ (MAIL_COMPONENT_ID): Removed.
+ (CALENDAR_COMPONENT_ID): Removed.
+ (ADDRESSBOOK_COMPONENT_ID): Removed.
+
+ * e-storage-set-view.c: Make `sort_model' static.
+
2000-08-25 Chris Toshok <toshok@helixcode.com>
* e-storage-set-view.c: convert to use ETree instead of GtkCTree.