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 /mail | |
parent | b3800945679e14f8bc6ca2b8f08915e0bd5dd7af (diff) | |
download | gsoc2013-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 'mail')
-rw-r--r-- | mail/folder-browser-factory.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/folder-browser-factory.c b/mail/folder-browser-factory.c index ce6dfb4750..fb8ed18aa1 100644 --- a/mail/folder-browser-factory.c +++ b/mail/folder-browser-factory.c @@ -39,7 +39,7 @@ folder_browser_set_shell (EvolutionServiceRepository *sr, g_return_if_fail (shell != CORBA_OBJECT_NIL); folder_browser = FOLDER_BROWSER (closure); - + printf ("I AM A FOLDER BROWSER AND I AM STORING THE SHELL\n"); /* FIXME : ref the shell here */ folder_browser->shell = shell; |