aboutsummaryrefslogtreecommitdiffstats
path: root/executive-summary/component/e-summary-factory.c
diff options
context:
space:
mode:
authorMatt Bissiri <bissiri@eecs.umich.edu>2000-11-11 14:27:43 +0800
committerMatt Bissiri <bissiri@src.gnome.org>2000-11-11 14:27:43 +0800
commit4441d197dcd3ebd6f901778e0d9098e4e4d96f6e (patch)
tree8c4bee842c95fb38f8e134e2501f5b04f60106a7 /executive-summary/component/e-summary-factory.c
parente0e04e97756092752ce96dfdbaae7ac3afbaf274 (diff)
downloadgsoc2013-evolution-4441d197dcd3ebd6f901778e0d9098e4e4d96f6e.tar
gsoc2013-evolution-4441d197dcd3ebd6f901778e0d9098e4e4d96f6e.tar.gz
gsoc2013-evolution-4441d197dcd3ebd6f901778e0d9098e4e4d96f6e.tar.bz2
gsoc2013-evolution-4441d197dcd3ebd6f901778e0d9098e4e4d96f6e.tar.lz
gsoc2013-evolution-4441d197dcd3ebd6f901778e0d9098e4e4d96f6e.tar.xz
gsoc2013-evolution-4441d197dcd3ebd6f901778e0d9098e4e4d96f6e.tar.zst
gsoc2013-evolution-4441d197dcd3ebd6f901778e0d9098e4e4d96f6e.zip
Update the remaining "IDL:Evolution*" to "IDL:GNOME/Evolution*" to sync up
2000-11-11 Matt Bissiri <bissiri@eecs.umich.edu> Update the remaining "IDL:Evolution*" to "IDL:GNOME/Evolution*" to sync up with yesterday's IDL re-scoping. svn path=/trunk/; revision=6541
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 5ff8a54dc9..cf4f010fdc 100644
--- a/executive-summary/component/e-summary-factory.c
+++ b/executive-summary/component/e-summary-factory.c
@@ -135,7 +135,7 @@ control_activate_cb (BonoboControl *control,
CORBA_exception_init (&ev);
shell_view_interface = Bonobo_Unknown_queryInterface (control_frame,
- "IDL:Evolution/ShellView:1.0",
+ "IDL:GNOME/Evolution/ShellView:1.0",
&ev);
CORBA_exception_free (&ev);
@@ -222,7 +222,7 @@ void
embed_service (GtkWidget *widget,
ESummary *esummary)
{
- char *required_interfaces[2] = {"IDL:Evolution:SummaryComponent:1.0",
+ char *required_interfaces[2] = {"IDL:GNOME/Evolution:SummaryComponent:1.0",
NULL};
char *obj_id;