aboutsummaryrefslogtreecommitdiffstats
path: root/shell/e-shell.c
diff options
context:
space:
mode:
Diffstat (limited to 'shell/e-shell.c')
-rw-r--r--shell/e-shell.c6
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