aboutsummaryrefslogtreecommitdiffstats
path: root/executive-summary
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
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')
-rw-r--r--executive-summary/ChangeLog9
-rw-r--r--executive-summary/GNOME_Evolution_Summary.oaf.in2
-rw-r--r--executive-summary/GNOME_Evolution_Summary.oafinfo2
-rw-r--r--executive-summary/component/e-summary-factory.c4
-rw-r--r--executive-summary/evolution-executive-summary.oafinfo2
-rw-r--r--executive-summary/test-service/GNOME_Evolution_Summary_test.oaf.in2
-rw-r--r--executive-summary/test-service/GNOME_Evolution_Summary_test.oafinfo2
-rw-r--r--executive-summary/test-service/test-service.oafinfo2
8 files changed, 17 insertions, 8 deletions
diff --git a/executive-summary/ChangeLog b/executive-summary/ChangeLog
index 14ea0f33f5..6b3aa16e34 100644
--- a/executive-summary/ChangeLog
+++ b/executive-summary/ChangeLog
@@ -1,3 +1,12 @@
+2000-11-11 Matt Bissiri <bissiri@eecs.umich.edu>
+
+ * component/e-summary-factory.c: (control_activate_cb),
+ (embed_service):
+ * evolution-executive-summary.oafinfo:
+ * test-service/test-service.oafinfo:
+ Update the remaining "IDL:Evolution*" to "IDL:GNOME/Evolution*"
+ to sync up with yesterday's IDL re-scoping.
+
2000-11-10 Matt Bissiri <bissiri@eecs.umich.edu>
* component/Makefile.am: Regenerate the idl-generated files
diff --git a/executive-summary/GNOME_Evolution_Summary.oaf.in b/executive-summary/GNOME_Evolution_Summary.oaf.in
index fe39e4e631..7543a41f08 100644
--- a/executive-summary/GNOME_Evolution_Summary.oaf.in
+++ b/executive-summary/GNOME_Evolution_Summary.oaf.in
@@ -16,7 +16,7 @@
location="OAFIID:evolution-shell-component-factory:evolution-executive-summary:e030e71d-0c53-4118-8d48-28757f0a8504">
<oaf_attribute name="repo_ids" type="stringv">
- <item value="IDL:Evolution/ShellComponent:1.0"/>
+ <item value="IDL:GNOME/Evolution/ShellComponent:1.0"/>
</oaf_attribute>
<oaf_attribute name="description" type="string"
diff --git a/executive-summary/GNOME_Evolution_Summary.oafinfo b/executive-summary/GNOME_Evolution_Summary.oafinfo
index fe39e4e631..7543a41f08 100644
--- a/executive-summary/GNOME_Evolution_Summary.oafinfo
+++ b/executive-summary/GNOME_Evolution_Summary.oafinfo
@@ -16,7 +16,7 @@
location="OAFIID:evolution-shell-component-factory:evolution-executive-summary:e030e71d-0c53-4118-8d48-28757f0a8504">
<oaf_attribute name="repo_ids" type="stringv">
- <item value="IDL:Evolution/ShellComponent:1.0"/>
+ <item value="IDL:GNOME/Evolution/ShellComponent:1.0"/>
</oaf_attribute>
<oaf_attribute name="description" type="string"
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;
diff --git a/executive-summary/evolution-executive-summary.oafinfo b/executive-summary/evolution-executive-summary.oafinfo
index fe39e4e631..7543a41f08 100644
--- a/executive-summary/evolution-executive-summary.oafinfo
+++ b/executive-summary/evolution-executive-summary.oafinfo
@@ -16,7 +16,7 @@
location="OAFIID:evolution-shell-component-factory:evolution-executive-summary:e030e71d-0c53-4118-8d48-28757f0a8504">
<oaf_attribute name="repo_ids" type="stringv">
- <item value="IDL:Evolution/ShellComponent:1.0"/>
+ <item value="IDL:GNOME/Evolution/ShellComponent:1.0"/>
</oaf_attribute>
<oaf_attribute name="description" type="string"
diff --git a/executive-summary/test-service/GNOME_Evolution_Summary_test.oaf.in b/executive-summary/test-service/GNOME_Evolution_Summary_test.oaf.in
index 2c2329255d..dd169b8853 100644
--- a/executive-summary/test-service/GNOME_Evolution_Summary_test.oaf.in
+++ b/executive-summary/test-service/GNOME_Evolution_Summary_test.oaf.in
@@ -17,7 +17,7 @@
location="OAFIID:evolution-summary-component-factory:test-service:0ea887d5-622b-4b8c-b525-18aa1cbe18a6">
<oaf_attribute name="repo_ids" type="stringv">
- <item value="IDL:Evolution:SummaryComponent:1.0"/>
+ <item value="IDL:GNOME/Evolution:SummaryComponent:1.0"/>
</oaf_attribute>
<oaf_attribute name="description" type="string"
diff --git a/executive-summary/test-service/GNOME_Evolution_Summary_test.oafinfo b/executive-summary/test-service/GNOME_Evolution_Summary_test.oafinfo
index 2c2329255d..dd169b8853 100644
--- a/executive-summary/test-service/GNOME_Evolution_Summary_test.oafinfo
+++ b/executive-summary/test-service/GNOME_Evolution_Summary_test.oafinfo
@@ -17,7 +17,7 @@
location="OAFIID:evolution-summary-component-factory:test-service:0ea887d5-622b-4b8c-b525-18aa1cbe18a6">
<oaf_attribute name="repo_ids" type="stringv">
- <item value="IDL:Evolution:SummaryComponent:1.0"/>
+ <item value="IDL:GNOME/Evolution:SummaryComponent:1.0"/>
</oaf_attribute>
<oaf_attribute name="description" type="string"
diff --git a/executive-summary/test-service/test-service.oafinfo b/executive-summary/test-service/test-service.oafinfo
index 2c2329255d..dd169b8853 100644
--- a/executive-summary/test-service/test-service.oafinfo
+++ b/executive-summary/test-service/test-service.oafinfo
@@ -17,7 +17,7 @@
location="OAFIID:evolution-summary-component-factory:test-service:0ea887d5-622b-4b8c-b525-18aa1cbe18a6">
<oaf_attribute name="repo_ids" type="stringv">
- <item value="IDL:Evolution:SummaryComponent:1.0"/>
+ <item value="IDL:GNOME/Evolution:SummaryComponent:1.0"/>
</oaf_attribute>
<oaf_attribute name="description" type="string"