aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorbertrand <bertrand@helixcode.com>2000-03-13 14:09:26 +0800
committerBertrand Guiheneuf <bertrand@src.gnome.org>2000-03-13 14:09:26 +0800
commit470823e288099d4409b81fb18fadea77b2c49e11 (patch)
tree54912e611702263d1d23ec31cac33f01f6293ea6 /ChangeLog
parentb3800945679e14f8bc6ca2b8f08915e0bd5dd7af (diff)
downloadgsoc2013-evolution-470823e288099d4409b81fb18fadea77b2c49e11.tar
gsoc2013-evolution-470823e288099d4409b81fb18fadea77b2c49e11.tar.gz
gsoc2013-evolution-470823e288099d4409b81fb18fadea77b2c49e11.tar.bz2
gsoc2013-evolution-470823e288099d4409b81fb18fadea77b2c49e11.tar.lz
gsoc2013-evolution-470823e288099d4409b81fb18fadea77b2c49e11.tar.xz
gsoc2013-evolution-470823e288099d4409b81fb18fadea77b2c49e11.tar.zst
gsoc2013-evolution-470823e288099d4409b81fb18fadea77b2c49e11.zip
(get_view): added a parameter to have a reference to the EShellView.
2000-03-13 bertrand <bertrand@helixcode.com> (get_view): added a parameter to have a reference to the EShellView. (get_view): In the case of the mail component use the Evolution_ServiceRepository to give the component a reference to the Shell server. The Mail component now has a reference to the shell corba server. It is gonna make it possible to register new services in the shell. svn path=/trunk/; revision=2111
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index ac6a649b61..164ebe4407 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -4,6 +4,12 @@
once we have the bonobo control widget,
disable the autoactivation and activate
the control frame.
+ (get_view): added a parameter to have
+ a reference to the EShellView.
+ (get_view): In the case of the mail component
+ use the Evolution_ServiceRepository to
+ give the component a reference to the
+ Shell server.
2000-03-12 bertrand <bertrand@helixcode.com>