diff options
author | Iain Holmes <iain@src.gnome.org> | 2000-10-05 08:38:06 +0800 |
---|---|---|
committer | Iain Holmes <iain@src.gnome.org> | 2000-10-05 08:38:06 +0800 |
commit | 2deab9c41716083286a3c74d1ece13214972399c (patch) | |
tree | d6b66432b251460416a3128939be1ec2de7ab7f2 /mail/GNOME_Evolution_Mail.oafinfo | |
parent | 9c6aafaf7203d96cc60adcc192b16e2d50bf7f62 (diff) | |
download | gsoc2013-evolution-2deab9c41716083286a3c74d1ece13214972399c.tar gsoc2013-evolution-2deab9c41716083286a3c74d1ece13214972399c.tar.gz gsoc2013-evolution-2deab9c41716083286a3c74d1ece13214972399c.tar.bz2 gsoc2013-evolution-2deab9c41716083286a3c74d1ece13214972399c.tar.lz gsoc2013-evolution-2deab9c41716083286a3c74d1ece13214972399c.tar.xz gsoc2013-evolution-2deab9c41716083286a3c74d1ece13214972399c.tar.zst gsoc2013-evolution-2deab9c41716083286a3c74d1ece13214972399c.zip |
Add the stuff to make evolution-mail a summary providing component. :)
svn path=/trunk/; revision=5738
Diffstat (limited to 'mail/GNOME_Evolution_Mail.oafinfo')
-rw-r--r-- | mail/GNOME_Evolution_Mail.oafinfo | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/mail/GNOME_Evolution_Mail.oafinfo b/mail/GNOME_Evolution_Mail.oafinfo index 2be622f3f6..5c012e5634 100644 --- a/mail/GNOME_Evolution_Mail.oafinfo +++ b/mail/GNOME_Evolution_Mail.oafinfo @@ -38,6 +38,18 @@ </oaf_server> +<oaf_server iid="OAFIID:evolution-executive-summary-component-factory:evolution-mail:be210cba-0eee-4def-84fa-643d50321217" + type="exe" + location="evolution-mail"> + + <oaf_attribute name="repo_ids" type="stringv"> + <item value="IDL:GNOME:GenericFactory:1.0"/> + </oaf_attribute> + + <oaf_attribute name="description" type="string" + value="Factory for the Mail Summary component."/> +</oaf_server> + <oaf_server iid="OAFIID:evolution-shell-component:evolution-mail:d3cb3ed6-a654-4337-8aa0-f443751d6d1b" type="factory" location="OAFIID:evolution-shell-component-factory:evolution-mail:0ea887d5-622b-4b8c-b525-18aa1cbe18a6"> @@ -51,4 +63,16 @@ </oaf_server> +<oaf_server iid="OAFIID:evolution-executive-summary-component:evolution-mail:157f86b4-ff6a-4618-86b8-4789024c4043" + type="factory" + 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"/> + </oaf_attribute> + + <oaf_attribute name="description" type="string" + value="Evolution mail executive summary component."/> +</oaf_server> + </oaf_info> |