diff options
author | bertrand <bertrand@helixcode.com> | 2000-03-13 14:09:26 +0800 |
---|---|---|
committer | Bertrand Guiheneuf <bertrand@src.gnome.org> | 2000-03-13 14:09:26 +0800 |
commit | 470823e288099d4409b81fb18fadea77b2c49e11 (patch) | |
tree | 54912e611702263d1d23ec31cac33f01f6293ea6 /ChangeLog | |
parent | b3800945679e14f8bc6ca2b8f08915e0bd5dd7af (diff) | |
download | gsoc2013-evolution-470823e288099d4409b81fb18fadea77b2c49e11.tar.gz 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-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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> |