diff options
Diffstat (limited to 'mail')
-rw-r--r-- | mail/ChangeLog | 7 | ||||
-rw-r--r-- | mail/GNOME_Evolution_Mail.oaf.in | 6 | ||||
-rw-r--r-- | mail/GNOME_Evolution_Mail.oafinfo | 6 | ||||
-rw-r--r-- | mail/evolution-mail.oafinfo | 6 | ||||
-rw-r--r-- | mail/mail-threads.c | 2 |
5 files changed, 17 insertions, 10 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog index f8472b82ba..77b97001eb 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,10 @@ +2000-11-11 Matt Bissiri <bissiri@eecs.umich.edu> + + * evolution-mail.oafinfo: + * mail-threads.c: (retrieve_shell_view_interface_from_control): + Update the remaining "IDL:Evolution*" to "IDL:GNOME/Evolution*" + to sync up with yesterday's IDL re-scoping. + 2000-11-10 Michael Meeks <michael@helixcode.com> * Makefile.am ($(EVOLUTION_MAIL_CORBA_GENERATED)): sort include order. diff --git a/mail/GNOME_Evolution_Mail.oaf.in b/mail/GNOME_Evolution_Mail.oaf.in index 81edb07292..010c687830 100644 --- a/mail/GNOME_Evolution_Mail.oaf.in +++ b/mail/GNOME_Evolution_Mail.oaf.in @@ -43,7 +43,7 @@ location="OAFIID:evolution-shell-component-factory:evolution-mail:0ea887d5-622b-4b8c-b525-18aa1cbe18a6"> <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" @@ -70,7 +70,7 @@ location="OAFIID:evolution-executive-summary-component-factory:evolution-mail:be210cba-0eee-4def-84fa-643d50321217"> <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" @@ -94,7 +94,7 @@ location="OAFIID:evolution-composer-factory:evolution-mail:fcfda393-60ee-485f-b782-e9323434bff3"> <oaf_attribute name="repo_ids" type="stringv"> - <item value="IDL:Evolution:Composer:1.0"/> + <item value="IDL:GNOME/Evolution:Composer:1.0"/> </oaf_attribute> <oaf_attribute name="description" type="string" diff --git a/mail/GNOME_Evolution_Mail.oafinfo b/mail/GNOME_Evolution_Mail.oafinfo index 81edb07292..010c687830 100644 --- a/mail/GNOME_Evolution_Mail.oafinfo +++ b/mail/GNOME_Evolution_Mail.oafinfo @@ -43,7 +43,7 @@ location="OAFIID:evolution-shell-component-factory:evolution-mail:0ea887d5-622b-4b8c-b525-18aa1cbe18a6"> <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" @@ -70,7 +70,7 @@ location="OAFIID:evolution-executive-summary-component-factory:evolution-mail:be210cba-0eee-4def-84fa-643d50321217"> <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" @@ -94,7 +94,7 @@ location="OAFIID:evolution-composer-factory:evolution-mail:fcfda393-60ee-485f-b782-e9323434bff3"> <oaf_attribute name="repo_ids" type="stringv"> - <item value="IDL:Evolution:Composer:1.0"/> + <item value="IDL:GNOME/Evolution:Composer:1.0"/> </oaf_attribute> <oaf_attribute name="description" type="string" diff --git a/mail/evolution-mail.oafinfo b/mail/evolution-mail.oafinfo index 81edb07292..010c687830 100644 --- a/mail/evolution-mail.oafinfo +++ b/mail/evolution-mail.oafinfo @@ -43,7 +43,7 @@ location="OAFIID:evolution-shell-component-factory:evolution-mail:0ea887d5-622b-4b8c-b525-18aa1cbe18a6"> <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" @@ -70,7 +70,7 @@ location="OAFIID:evolution-executive-summary-component-factory:evolution-mail:be210cba-0eee-4def-84fa-643d50321217"> <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" @@ -94,7 +94,7 @@ location="OAFIID:evolution-composer-factory:evolution-mail:fcfda393-60ee-485f-b782-e9323434bff3"> <oaf_attribute name="repo_ids" type="stringv"> - <item value="IDL:Evolution:Composer:1.0"/> + <item value="IDL:GNOME/Evolution:Composer:1.0"/> </oaf_attribute> <oaf_attribute name="description" type="string" diff --git a/mail/mail-threads.c b/mail/mail-threads.c index 588576e872..8e9365eac7 100644 --- a/mail/mail-threads.c +++ b/mail/mail-threads.c @@ -1039,7 +1039,7 @@ retrieve_shell_view_interface_from_control (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); |