diff options
author | Parthasarathi Susarla <sparthasarathi@novell.com> | 2005-12-22 19:11:15 +0800 |
---|---|---|
committer | Parthasarathi Susarla <saps@src.gnome.org> | 2005-12-22 19:11:15 +0800 |
commit | edfe0e087d589fd3b5a70269d19dddaa50aea1d3 (patch) | |
tree | bacb0c296a104941e5da10d2bf351e3e16fc4a28 /shell/e-shell.c | |
parent | 8e22e8ab1b59e22e2c08fff45ec8447dabcb28b6 (diff) | |
download | gsoc2013-evolution-edfe0e087d589fd3b5a70269d19dddaa50aea1d3.tar.gz gsoc2013-evolution-edfe0e087d589fd3b5a70269d19dddaa50aea1d3.tar.zst gsoc2013-evolution-edfe0e087d589fd3b5a70269d19dddaa50aea1d3.zip |
Evolution-Component.idl Evolution-Shell.idl Remove duplicate definitions
2005-12-22 Parthasarathi Susarla <sparthasarathi@novell.com>
* Evolution-Component.idl
* Evolution-Shell.idl
* Evolution.idl:
Remove duplicate definitions and circular dependencies.
* e-shell.c: comment out the implementation for findComponent.
If implemented, this creates a circular dependency between the
Shell.idl and Component.idl.
** This is just a work-around **
Evolution-Component.idl Evolution-Shell.idl CVS: Evolution.idl
e-shell-view.c e-shell.c CVS:
----------------------------------------------------------------------
svn path=/trunk/; revision=30934
Diffstat (limited to 'shell/e-shell.c')
-rw-r--r-- | shell/e-shell.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/shell/e-shell.c b/shell/e-shell.c index 4fac50f646..affa0df9d7 100644 --- a/shell/e-shell.c +++ b/shell/e-shell.c @@ -315,7 +315,7 @@ impl_Shell_setLineStatus (PortableServer_Servant servant, else e_shell_go_offline (shell, NULL, GNOME_Evolution_USER_OFFLINE); } - +/* static GNOME_Evolution_Component impl_Shell_findComponent(PortableServer_Servant servant, const CORBA_char *id, @@ -339,7 +339,7 @@ impl_Shell_findComponent(PortableServer_Servant servant, return ci->iface; } } - +*/ /* EShellWindow handling and bookkeeping. */ @@ -527,7 +527,7 @@ e_shell_class_init (EShellClass *klass) epv->createNewWindow = impl_Shell_createNewWindow; epv->handleURI = impl_Shell_handleURI; epv->setLineStatus = impl_Shell_setLineStatus; - epv->findComponent = impl_Shell_findComponent; +/* epv->findComponent = impl_Shell_findComponent;*/ } static void |