diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 2000-08-28 23:19:25 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2000-08-28 23:19:25 +0800 |
commit | e3913975e84bff02feedb4252d4ecb2cddce211f (patch) | |
tree | 059a459a2e6a3b5af3545440b31bf378fe4515d0 /shell/ChangeLog | |
parent | 585d269229c7943304c22bcebd630dfc60f25a50 (diff) | |
download | gsoc2013-evolution-e3913975e84bff02feedb4252d4ecb2cddce211f.tar.gz 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/ChangeLog | 12 |
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. |