aboutsummaryrefslogtreecommitdiffstats
path: root/executive-summary/component/component-factory.c
diff options
context:
space:
mode:
Diffstat (limited to 'executive-summary/component/component-factory.c')
-rw-r--r--executive-summary/component/component-factory.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/executive-summary/component/component-factory.c b/executive-summary/component/component-factory.c
index 9af99c7e67..ad381fb51a 100644
--- a/executive-summary/component/component-factory.c
+++ b/executive-summary/component/component-factory.c
@@ -60,7 +60,7 @@ create_view (EvolutionShellComponent *shell_component,
void *closure)
{
EvolutionShellClient *shell_client;
- Evolution_Shell corba_shell;
+ GNOME_Evolution_Shell corba_shell;
BonoboControl *control;
if (g_strcasecmp (folder_type, "executive-summary") != 0)
@@ -84,7 +84,7 @@ owner_set_cb (EvolutionShellComponent *shell_component,
const char *evolution_homedir,
gpointer user_data)
{
- Evolution_Shell corba_shell;
+ GNOME_Evolution_Shell corba_shell;
evolution_dir = g_strdup (evolution_homedir);