aboutsummaryrefslogtreecommitdiffstats
path: root/executive-summary/component/e-summary-factory.c
diff options
context:
space:
mode:
Diffstat (limited to 'executive-summary/component/e-summary-factory.c')
-rw-r--r--executive-summary/component/e-summary-factory.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/executive-summary/component/e-summary-factory.c b/executive-summary/component/e-summary-factory.c
index 79105c18a0..5ff8a54dc9 100644
--- a/executive-summary/component/e-summary-factory.c
+++ b/executive-summary/component/e-summary-factory.c
@@ -121,7 +121,7 @@ control_activate_cb (BonoboControl *control,
ESummary *summary;
BonoboUIComponent *ui_component;
Bonobo_ControlFrame control_frame;
- Evolution_ShellView shell_view_interface;
+ GNOME_Evolution_ShellView shell_view_interface;
CORBA_Environment ev;
ui_component = bonobo_control_get_ui_component (control);
@@ -269,7 +269,7 @@ e_summary_factory_embed_service_from_id (ESummary *esummary,
BonoboControl *
e_summary_factory_new_control (const char *uri,
- const Evolution_Shell shell)
+ const GNOME_Evolution_Shell shell)
{
BonoboControl *control;
GtkWidget *esummary;